cylindertransport.sh

Thu, 06 Apr 2017 17:18:24 +0200

author
mdd
date
Thu, 06 Apr 2017 17:18:24 +0200
changeset 19
32de35694e56
parent 6
57f17c62c137
permissions
-rwxr-xr-x

finishing first release

#!/bin/bash
python cylindertransport.py --scad /tmp/cylinders.scad "$@"
if [ $? -ne 0 ]; then
    exit $?
fi
openscad /tmp/cylinders.scad &

mercurial