if [ $# -lt 1 ]; then
  echo "usage: go scrfile [var=value]"
  exit 1
fi

if [ -f $1 ]; then
 echo
else
 echo "can't find $1"
 exit 1
fi

TDHKIT_CONFIG=
export TDHKIT_CONFIG

  
quisputil $* QUISP=1 > ../manquisp/$1
unroff -man ../manquisp/$1
mv *.html ../html
