#! /bin/csh -f

foreach i ( `ls [e-z]*.rgb [e-z]*.rgba [e-z]*.inta [e-z]*.int` )

  istat $i

  ./check $i

end



