Files
vvm/nbfi/test.sh
2014-10-06 14:30:11 +02:00

11 lines
186 B
Bash
Executable File

#!/bin/bash
for i in `ls test` ; do
echo Running test $i:
echo ---------------------
bin/nbfi test/$i
echo ---------------------
echo End of test $i
echo
done