]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame_incremental - config/bash/dot_bash_logout
core125: Ship JSON-C
[people/pmueller/ipfire-2.x.git] / config / bash / dot_bash_logout
... / ...
CommitLineData
1# Begin ~/.bash_logout
2
3# Personal items to perform on logout.
4
5# Clear console to not leak any information.
6clear
7
8echo "Bye bye."
9
10# End ~/.bash_logout