„gaboshlib.include“ ändern
This commit is contained in:
parent
292dc8ccff
commit
ad01ff326c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user