minimal/src/build_minimal_linux_live.sh
bauen1 7a76cdc71f
Removed sh
This means that shebangs and executable flags will be respected
2017-11-13 21:29:00 +01:00

7 lines
99 B
Bash
Executable File

#!/bin/sh
for script in $(ls | grep '^[0-9]*_.*.sh'); do
echo "$script"
time ./"$script"
done