diff options
Diffstat (limited to 'tests/guicgalpngtest')
-rwxr-xr-x | tests/guicgalpngtest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/guicgalpngtest b/tests/guicgalpngtest new file mode 100755 index 0000000..85a5c3c --- /dev/null +++ b/tests/guicgalpngtest @@ -0,0 +1,7 @@ +#!/bin/sh + +# $2 = png filename +# $1 = scad filename + +./openscad $1 -o $2 --render + |