gash/test.sh

2 lines
57 B
Bash
Raw Normal View History

2017-02-20 14:44:39 +00:00
for f in test/*; do echo $f ":"; bin/gash $f; echo; done