cylindertransport.sh

Thu, 06 Apr 2017 15:41:04 +0200

author
mdd
date
Thu, 06 Apr 2017 15:41:04 +0200
changeset 17
dee15870206a
parent 6
57f17c62c137
permissions
-rwxr-xr-x

added text info box

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

mercurial