:
if [ "$1" = "" ]
then
   echo "usage: ttest raw_nroff_text"
   exit
fi

cp tmac.brett /usr/lib
cls; nroff -mbrett -x $1 | more
