diff --git a/gaboshlib.include b/gaboshlib.include index 42ec789..4550778 100644 --- a/gaboshlib.include +++ b/gaboshlib.include @@ -7,7 +7,7 @@ set -a ## Include functions -for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc") +for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc" -o -name "g_*.sh") do #echo $bashfunc . "$bashfunc"