You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
for i in $@ |
|
do |
|
. $i >/dev/null |
|
done |
|
|
|
# env may not support -0, fall back to GNU env |
|
env -0 2>/dev/null || genv -0
|
|
|