Move makefile to root
This commit is contained in:
9
execute-all.sh
Executable file
9
execute-all.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
programs=$(ls test/*.out)
|
||||
|
||||
for p in $programs; do
|
||||
echo "Running $p ..."
|
||||
./$p
|
||||
echo ""
|
||||
done;
|
||||
Reference in New Issue
Block a user