#!/bin/sh for img in $* do ./schema $img & sleep 3 killall schema x-povray -I/tmp/test.ini +A -O/tmp/$img.png -W800 -H600 # tga: +FC done