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