#! /bin/csh -f
echo Logging out... save emacs windows quick!
if ($#argv == 0) then
  rm -f /tmp/stayon
else
  echo Returning you to the console
  touch /tmp/stayon
endif
kill `cat /tmp/session_gate_pid.7673`
sleep 20
