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