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

TDHKIT_CONFIG=
export TDHKIT_CONFIG
  
quisputil $* > ../manshsql/$1
unroff -man ../manshsql/$1
mv *.html ../html
