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

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

mercurial