gash/test-bash.sh

3 lines
55 B
Bash
Raw Normal View History

2016-11-01 13:40:17 +00:00
#!/bin/bash
for f in test/*; do echo $f; bash $f; done