cylindertransport.sh

Wed, 05 Apr 2017 01:00:00 +0200

author
mdd
date
Wed, 05 Apr 2017 01:00:00 +0200
changeset 15
0760f2016167
parent 6
57f17c62c137
permissions
-rwxr-xr-x

Added tag cylindertransport_v2 for changeset ba3d8c56e6f5

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

mercurial