]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/bash/dot_bash_logout
Merge remote-tracking branch 'stevee/axel-log-fix' into axel-fixperms
[people/teissler/ipfire-2.x.git] / config / bash / dot_bash_logout
1 # Begin ~/.bash_logout
2
3 # Personal items to perform on logout.
4
5 # Clear console to not leak any information.
6 clear
7
8 echo "Bye bye."
9
10 # End ~/.bash_logout