gash/test.sh

2 lines
57 B
Bash
Executable File

for f in test/*; do echo $f ":"; bin/gash $f; echo; done