Files
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

17 lines
269 B
Bash

#! /bin/sh
#
# %W% (Berkeley) %E%
#
cd /usr/games/lib/ching.d
PATH=:$PATH
case $1 in
[6-9]*) H=$1;shift;;
esac
if test $H
then phx $H | nroff $* macros - | more -s
else cno > "/tmp/#$$"
echo " "
phx `cat "/tmp/#$$"` | nroff $* macros - | more -s
rm "/tmp/#$$"
fi