comparison: cylindertransport.sh
cylindertransport.sh
- changeset 6
- 57f17c62c137
equal
deleted
inserted
replaced
|
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 & |