#!/bin/sh
clear
$NETHACKPATH
echo
if [ "$ANSI" = "Y" ]; then
  echo "[1;32;40mPress <ENTER> to continue[0;37;40m"
 else
  echo "Press <ENTER> to continue"
fi
read word
