3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 02:05:54 +00:00
Brooklyn/plasma/workspace/startkde/plasma-sourceenv.sh
2022-04-02 18:24:21 +05:00

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