4.1cBSD/usr/doc/curses/Spellit

#
foreach f ($argv)
	echo /usr/bin/spell $f \> $f.sp
	/usr/bin/spell $f > $f.sp
end