home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / games / ching < prev    next >
Encoding:
Text File  |  1979-01-10  |  145 b   |  9 lines

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