]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/bash/dot_bash_logout
shairport-sync: New package
[people/pmueller/ipfire-2.x.git] / config / bash / dot_bash_logout
CommitLineData
b21b0df6
MT
1# Begin ~/.bash_logout
2
3# Personal items to perform on logout.
4
c51f6767
DW
5# Clear console to not leak any information.
6clear
7
b21b0df6
MT
8echo "Bye bye."
9
10# End ~/.bash_logout