date and time created 82/10/27 17:43:20 by peter
[unix-history] / usr / src / games / ching / ching.sh
CommitLineData
473fb73d
PK
1#! /bin/sh
2#
3# @(#)ching.sh 4.1 (Berkeley) 82/10/27
4#
5cd /usr/games/lib/ching.d
6PATH=:$PATH
7case $1 in
8 [6-9]*) H=$1;shift;;
9esac
10if test $H
11then phx $H | nroff $* macros -
12else cno | phx | nroff $* macros -
13fi