]> Shamusworld >> Repos - architektonas/blob - dxflib/test/test.sh
Fixed problem with MDI activation.
[architektonas] / dxflib / 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