This commit is contained in:
olli 2024-07-03 14:27:13 +02:00
parent aac91e9a55
commit 287a1fd2d3
2 changed files with 2 additions and 4 deletions

View File

@ -2,10 +2,6 @@
. /etc/profile
# export all functions
set -a
## Include functions
for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc" -o -name "g_*.sh")
do

View File

@ -3,6 +3,8 @@ function g_python {
# function for running python in the background
# $g_fd_python_in $g_fd_python_out have to be global
g_echo_note "RUNNING FUNCTION ${FUNCNAME} $@"
unset g_python_result
local g_jobs