more pure bash to speed up things

This commit is contained in:
olli 2023-11-23 15:34:18 +01:00
parent 6e1b81e02a
commit eb520626cb

View File

@ -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}")