#!/bin/bash
# Render pov files to an X window as well as .png file
x-povray -display $2 -geometry 1024x768 +P +I $1
