############################################################### # ~/.logout file read in when you exit from the login Tcsh shell # Adapted for Solaris 2 by Ilkka Westman 13-Nov-1995, 21-Feb-97 # source /usr/local/lib/loginrc/Bashlogout # adapted for Linux RH Enterprise 4 by Anssi Yli-Jyra 18-Sep-2006 # source /usr/local/etc/bash_logout ############################################################### #clear #echo `who am i` logged out at `date` #echo "Goodbye\!" #if (-e /usr/games/fortune) /usr/games/fortune -a #if (-r /etc/motd) cat /etc/motd source /usr/local/etc/bash_logout # Add your own stuff after this line # Add your own stuff before this line