4.4BSD/usr/src/share/doc/iso/wisc/dogrn

#! /bin/csh -f
set dev=fa
foreach m ($argv)
	echo grn -P$dev $m.grn ">" $m.nr
	grn -P$dev $m.grn > $m.nr
end