gash/test-anguish.sh

3 lines
60 B
Bash
Executable File

#!/bin/bash
for f in test/*; do echo $f; ./anguish $f; done