#! /bin/csh

rm -f diffs
foreach f (c*_X/*c)
  echo $f
  /udir/kalsow/pkgs/cg_burs/mips/m3cg < $f > ${f}.s
end
