#!/bin/csh #echo "enter filenames without suffix .pov" povray +l/usr/local/bv/povray/include +l/usr/local/bv/include +ft -d -p -v +w320 +h240 -i$1.pov -o$1.tga ${argv[2-]} tgatoppm $1.tga >$1.ppm /bin/rm $1.tga