diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-03-31 00:45:23 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-03-31 00:45:23 (GMT) |
commit | cca148f5c91fc5fe780feab255b590a07f9a44e2 (patch) | |
tree | d983bbf13c845d7a5d16f018804443873e822ea1 /scripts/batch-2d.sh | |
parent | 23ad94218a796695dffaddf2dbd7645e1fcb46ba (diff) |
Reorganized the testdata dir
git-svn-id: http://svn.clifford.at/openscad/trunk@494 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'scripts/batch-2d.sh')
-rwxr-xr-x | scripts/batch-2d.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/batch-2d.sh b/scripts/batch-2d.sh index 982db09..4ee3855 100755 --- a/scripts/batch-2d.sh +++ b/scripts/batch-2d.sh @@ -5,7 +5,7 @@ cmd="openscad" [ -x "./OpenSCAD.app/Contents/MacOS/OpenSCAD" ] && cmd="./OpenSCAD.app/Contents/MacOS/OpenSCAD" mkdir -p output -for f in testdata/*.dxf; do +for f in testdata/dxf/*.dxf; do echo `basename $f` cat > tmp.scad << EOF import_dxf("$f"); |