BSD 3 development
[unix-history] / usr / games / ching
CommitLineData
2074ceed
BJ
1cd /usr/games/ching.d
2case $1 in
3 [6-9]*) set H=$1;shift;;
4esac
5if test $H
6then phx $H | nroff $* macros -
7else cno | phx | nroff $* macros -
8fi