#!/bin/sh
if [ ! -d /mit/sipb ] ; then /bin/athena/attach -n -q -h sipb ; fi
if [ ! -d /mit/outland ] ; then /bin/athena/attach -n -q -h outland ; fi
if [ ! "${XKEYSYMDB:-}" ]
then
	XKEYSYMDB=/afs/athena/contrib/consult/lib/XKeysymDB; export XKEYSYMDB
fi
if [ $# != 0 ]
then
	exec /mit/outland/arch/sun4m_54/bin/xzewd.x "$@"
else
	exec /mit/outland/arch/sun4m_54/bin/xzewd.x
fi
