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