# Start up a fancier shell
echo -n "Tcsh6 [y]? "
read foo
if [ `echo ${foo}x|sed -e 's/[Nn].*/n/'` != "n" ];then
   SHELL=/afs/sipb.mit.edu/project/tcsh/betatcsh;export SHELL
   exec $SHELL
fi
