„gaboshlib.include“ ändern

This commit is contained in:
olli 2022-07-08 16:48:32 +02:00
parent 292dc8ccff
commit ad01ff326c

View File

@ -7,7 +7,11 @@ set -a
## Include functions ## Include functions
. /etc/bash/gaboshlib/g_*.bashfunc for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc")
do
echo $bashfunc
. "$bashfunc"
done
## ##
# if runnign directly from shell # if runnign directly from shell