#!/bin/csh -f
#
# This is a script so that I can do the `unlimit'...
#
unlimit
if (-x /site/usr/bin/become) then
  exec /site/usr/bin/become root /usr/athena/bin/emacs 
else
  exec /usr/athena/bin/emacs
endif
