#!/bin/csh
#
#   Run the program "gethelp" to generate a text (printable) version of a Help
#   Library file.  An extension of .hlp is assumed for the input, and .txt for
#   the output.
#
./gethelp << EOF > $1.txt
$1
EOF
