1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-22 08:00:19 +02:00
ben-scans/sfy/solidify
Werner Almesberger 6e287cdfb6 Makefile and helper scripts for running solidify and POV-Ray.
- sfy/Makefile: shortcuts for common operations. Based on solidify/Makefile
- sfy/solidify: wrapper to invoke solidify over at cae-tools
- sfy/template.pov: standard scene template, from cae-tools/solidify
2010-09-27 02:46:54 -03:00

9 lines
177 B
Bash
Executable File

#!/bin/sh
if [ ! -z "$SOLIDIFY_AGAIN" ]; then
echo "$0: found only myself" 2>&1
exit 1
fi
export SOLIDIFY_AGAIN=1
PATH=../../cae-tools/solidify:$PATH
exec solidify "$@"