echo
echo "Warning:"
echo "********"
echo
echo "You are now (temporarily) leaving the Hyper-G environment."
echo "If you should get stuck, type CTRL-] and then 'quit'"
echo "to return to Hyper-G."
echo
echo Terminal: $TERM
if [ $# = 3 ] ; then
echo I will log you in as user '"'$3'"'
echo
exec telnet.hyper -8 -l $3 $1 $2
fi
exec telnet.hyper -8 $1 $2

# @(#)[Hyper-G] [HGC-T] hgtelnet	1.00 [telnet script] [Frank Kappe]
