blob: 50a79331c08eced570cfb51175fa28232c18c764 (
plain)
1
2
3
4
5
6
7
8
9
|
# /etc/bash/bash_logout
# This file is sourced when a login shell terminates.
# You may wish to clear everyone's screen when they logout.
#clear
# Or maybe you want to leave a thoughtful note.
#fortune
|