#! /bin/sh

prog=`basename "$0"`

msg1="$prog: message:
	$prog exists in both the sipb and outland lockers, and
	you attempted to run the (older) outland locker version.

	Be warned: SIPB is planning to delete the outland locker version.

	The (newer) sipb locker version of $prog will launch in
	ten seconds.  If you want the old version, run \"${prog}.old\".

	To stop seeing this message, make sure your dotfiles
	\"add sipb\" before they \"add outland\".  For more information,
	send mail to <bug-outland@mit.edu>.
"

if zwrite -q -n -d "$USER" -m "$msg1" ;
  then
    : ;
else
    echo >&2 "$msg1"
fi

sleep 10

exec attachandrun sipb "$prog" "$0" "$@"
