cleanup on beginning
This commit is contained in:
parent
5616a75ddd
commit
712fe8a1ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user