#!/bin/csh

foreach i ( *.dat )
  ../compile/linux/tachyon $i -mediumshade -format JPEG -o /tmp/test.img
end

