gash/test-bash.sh

3 lines
55 B
Bash
Executable File

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