No need for 'bash' as there are no more 'time' built-in references.
This commit is contained in:
parent
0d12d20a2c
commit
1a219a8e0e
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
for script in $(ls | grep '^[0-9]*_.*.sh'); do
|
for script in $(ls | grep '^[0-9]*_.*.sh'); do
|
||||||
echo "$script"
|
echo "$script"
|
||||||
time ./"$script"
|
./"$script"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user