cylindertransport.sh@a01a3fd32073
cylindertransport.sh
Mon, 03 Apr 2017 19:40:06 +0200
- author
- mdd
- date
- Mon, 03 Apr 2017 19:40:06 +0200
- changeset 9
- a01a3fd32073
- parent 6
-
57f17c62c137
- permissions
- -rwxr-xr-x
precompile STL files with openscad
#!/bin/bash
python cylindertransport.py --scad /tmp/cylinders.scad "$@"
if [ $? -ne 0 ]; then
exit $?
fi
openscad /tmp/cylinders.scad &