diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 789e667..f2d518a 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -1,5 +1,8 @@ #!/bin/bash +# cleanup +rm -r /tmp/parallel-* /tmp/overall-result-* /tmp/g_analyze.sh-* + . /etc/bash/gaboshlib.include # Chart Part @@ -8,9 +11,6 @@ g_nice -# cleanup -rm -r /tmp/parallel-* /tmp/overall-result-* /tmp/g_analyze.sh-* - function g_echo_note { [ -z "$1" ] && return 0