diff options
| -rwxr-xr-x | mltk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ qnd_exit() { unset_quiet kill "$MLTK_PID" [ $# -ge 1 ] && kill "$1" + exit 1 } # source all helper functions files that are found under helper/*.inc |
![]() |
index : openslx-ng/tm-scripts.git | |
| Scripts for preparation and extraction of components on the reference machine. Part of Taskmanager. | OpenSLX |
| summaryrefslogtreecommitdiffstats |
| -rwxr-xr-x | mltk | 1 |
@@ -28,6 +28,7 @@ qnd_exit() { unset_quiet kill "$MLTK_PID" [ $# -ge 1 ] && kill "$1" + exit 1 } # source all helper functions files that are found under helper/*.inc |