cylindertransport.sh

Thu, 06 Apr 2017 16:21:21 +0200

author
mdd
date
Thu, 06 Apr 2017 16:21:21 +0200
changeset 18
ff1941c85fd3
parent 6
57f17c62c137
permissions
-rwxr-xr-x

added 2d image to 3d viewer

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

mercurial