6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
|
|
for i in `ls test` ; do
|
|
bin/nbfi test/$i
|
|
done
|