2021-10-11 18:37:13 -03:00

23 lines
645 B
Plaintext

# @(#)Logout 1.1 94/10/31 SMI
############################################################
#
# .logout file
#
# Read in when you exit from the login shell.
# For performing housekeeping while your are away.
#
############################################################
clear
#echo "`hostname`: `whoami` logged out at `date`"
#echo "Goodbye\!"
#if (-e /usr/games/fortune) /usr/games/fortune -a
#if (-r /etc/motd) cat /etc/motd
#unalias rm
#nice find ~ '(' -name core -o -name '*.BAK' -o -name '*.CKP' \
# -o -name '#*' -o -name junk ')' \
# -atime +3 -mtime +3 -user $USER -type f -exec \rm '{}' \; &