Mercurial
>
hg-public
>
scubatools
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
cylindertransport.sh@63b6f80e09ef (annotated)
cylindertransport.sh
Mon, 03 Apr 2017 09:10:41 +0200
author
mdd
date
Mon, 03 Apr 2017 09:10:41 +0200
changeset 8
63b6f80e09ef
parent 6
57f17c62c137
permissions
-rwxr-xr-x
added threejs stl viewer html testing
6
57f17c62c137
finishing
mdd
parents:
diff
changeset
1
#!/bin/bash
57f17c62c137
finishing
mdd
parents:
diff
changeset
2
python cylindertransport.py --scad /tmp/cylinders.scad "$@"
57f17c62c137
finishing
mdd
parents:
diff
changeset
3
if [ $? -ne 0 ]; then
57f17c62c137
finishing
mdd
parents:
diff
changeset
4
exit $?
57f17c62c137
finishing
mdd
parents:
diff
changeset
5
fi
57f17c62c137
finishing
mdd
parents:
diff
changeset
6
openscad /tmp/cylinders.scad &