waypoint
This commit is contained in:
@@ -90,7 +90,7 @@ else
|
|||||||
|
|
||||||
cat "$input" | \
|
cat "$input" | \
|
||||||
while read line; do
|
while read line; do
|
||||||
test_cmd="$(echo \"$line\" | tr ' ' '_')"
|
test_cmd=$(echo $line | tr -s ' ' '_')
|
||||||
position="$count/$len"
|
position="$count/$len"
|
||||||
measure_performance
|
measure_performance
|
||||||
count=$(($count + 1))
|
count=$(($count + 1))
|
||||||
|
|||||||
Reference in New Issue
Block a user