4 lines
109 B
Plaintext
Executable File
4 lines
109 B
Plaintext
Executable File
for scenario in $(find . -maxdepth 1 -mindepth 1 -regex ".*[0-9]\{3\}" -type d); do
|
|
./run $scenario
|
|
done
|