cleanup on beginning

This commit is contained in:
olli 2023-11-09 17:26:12 +01:00
parent 5616a75ddd
commit 712fe8a1ac

View File

@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
# cleanup
rm -r /tmp/parallel-* /tmp/overall-result-* /tmp/g_analyze.sh-*
. /etc/bash/gaboshlib.include . /etc/bash/gaboshlib.include
# Chart Part # Chart Part
@ -8,9 +11,6 @@
g_nice g_nice
# cleanup
rm -r /tmp/parallel-* /tmp/overall-result-* /tmp/g_analyze.sh-*
function g_echo_note { function g_echo_note {
[ -z "$1" ] && return 0 [ -z "$1" ] && return 0