#! /bin/csh -f

if ( -e /tmp/esrv7056 ) then

	/usr/athena/emacsclient $1
	if ( $status == 1 ) /usr/athena/emacs $1
	else
/usr/athena/emacs $1

endif
