cylindertransport.sh@57f17c62c137
cylindertransport.sh
Mon, 03 Apr 2017 05:21:17 +0200
- author
- mdd
- date
- Mon, 03 Apr 2017 05:21:17 +0200
- changeset 6
- 57f17c62c137
- permissions
- -rwxr-xr-x
finishing
#!/bin/bash
python cylindertransport.py --scad /tmp/cylinders.scad "$@"
if [ $? -ne 0 ]; then
exit $?
fi
openscad /tmp/cylinders.scad &