more pure bash to speed up things
This commit is contained in:
parent
6e1b81e02a
commit
eb520626cb
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
# cleanup
|
||||
rm -r /tmp/parallel-* /tmp/overall-result-* /tmp/g_analyze.sh-*
|
||||
|
||||
@ -20,6 +21,9 @@ function g_echo_note {
|
||||
}
|
||||
|
||||
function analyze {
|
||||
|
||||
set -x
|
||||
|
||||
local file=$1
|
||||
tmpfile=$(basename "${file}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user