summaryrefslogtreecommitdiffstats
path: root/klines/povray/field.sh
blob: f4a784d2af82e3b9a976a60d151a5c308b9df2cc (plain)
1
2
3
4
5
#!/bin/sh
if (povray -w32 -h32 -V1 -P +A +K10 -Ifield.pov +Ofield.tga)
then  
 mogrify -raise 1x1 field.tga
fi