]> Shamusworld >> Repos - architektonas/blob - test/test.sh
Updated the TODO.
[architektonas] / test / test.sh
1 #!/bin/sh
2
3 for file in `find . -follow -name "*.dxf"`
4 do
5         ./test $file
6         echo
7         echo
8 done
9