htrace/raytrace.sh

7 lines
124 B
Bash
Raw Normal View History

2014-10-25 11:49:39 +00:00
if [ -z $1 ]
then
echo "please specify scene"
else
dist/build/raytrace/raytrace $1 +RTS -s -N8 $2 && eog out.png
2014-10-25 11:49:39 +00:00
fi