echo ""
echo "-------------------------------------------------------------------------"
echo ""
echo "Welcome on the ALLIANCE system"
echo ""
echo You are on terminal `tty`\; the time is `date`.
echo ""
uptime
echo ""
echo "-------------------------------------------------------------------------"
echo ""

switch (`tty`)
   case "/dev/ttya":       # console wyse
     set term=vt100
     breaksw
   default:
     set term=sun
     breaksw
endsw
set term=vt100
