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