cylindertransport.sh

Thu, 06 Apr 2017 19:00:07 +0200

author
mdd
date
Thu, 06 Apr 2017 19:00:07 +0200
changeset 22
08f0118587d7
parent 6
57f17c62c137
permissions
-rwxr-xr-x

ht is not PVC....

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

mercurial