#!/bin/sh

cat <<EOF

You just ran $0.

The SIPB-supported version of 'tcsh' has been moved.  It's new
location is /afs/sipb/project/tcsh/tcsh.  You can tell Moira to set
your default shell to that path with the 'chsh' command.

Executing /afs/sipb/project/tcsh/tcsh...
EOF

exec /afs/sipb/project/tcsh/tcsh
