mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-14 11:15: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
|