Files
vvm/nbfi/test.sh
2014-07-25 02:56:01 +02:00

6 lines
64 B
Bash
Executable File

#!/bin/bash
for i in `ls test` ; do
bin/nbfi test/$i
done