No need for 'bash' as there are no more 'time' built-in references.

This commit is contained in:
Ivan Davidov 2017-11-26 23:44:04 +02:00
parent 0d12d20a2c
commit 1a219a8e0e

View File

@ -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