diff options
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"); |