#!/bin/bash
# A trivial povray rendering script
#x-povray +I $1 +H480 +W640 +FP +O- | cjpeg > $1.jpg
x-povray -i $1 +H480 +W640 -FP -display :0 +P
