mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 02:05:54 +00:00
8 lines
118 B
Bash
8 lines
118 B
Bash
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
|