more pure bash to speed up things
This commit is contained in:
@@ -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}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user