3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-14 11:15:54 +00:00
Brooklyn/plasma/workspace/startkde/plasma-sourceenv.sh

8 lines
118 B
Bash
Raw Normal View History

2022-04-02 18:24:21 +05:00
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