2014-12-13 16:37:46 +01:00

9 lines
72 B
Bash
Executable File

#!/usr/bin/env sh
cd ./test/
for file in *.lua; do
lua "$file"
done