Mon, 03 Apr 2017 05:21:33 +0200
Added tag cylindertransport_v1 for changeset 57f17c62c137
6 | 1 | #!/bin/bash |
2 | python cylindertransport.py --scad /tmp/cylinders.scad "$@" | |
3 | if [ $? -ne 0 ]; then | |
4 | exit $? | |
5 | fi | |
6 | openscad /tmp/cylinders.scad & |