#! /bin/csh -f
foreach name ($*)
	cat $name | ~callahan/testsoft/cruncher -t
end
