Update test.sh

This commit is contained in:
2019-02-07 22:41:43 -06:00
parent 692182b374
commit 5a461cac44

View File

@@ -32,7 +32,7 @@ function show_time () {
if [ $min != 0 ]; then t+="${min}mins, "; fi
if [ $sec != 0 ]; then t+="${sec}secs, "; fi
echo ${v::-2}
echo ${t::-2}
}
show_time ${1}