mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
4 lines
80 B
Plaintext
Executable File
4 lines
80 B
Plaintext
Executable File
for FILE in ./tests/*.ar; do
|
|
echo "running : $FILE";
|
|
./run "$FILE";
|
|
done |