bash: Clear console before logout to not leak any information.

This commit is contained in:
Daniel Weismueller
2012-12-11 15:46:09 +01:00
committed by Daniel
parent 404c8e462b
commit c51f6767e9

View File

@@ -2,6 +2,9 @@
# Personal items to perform on logout.
# Clear console to not leak any information.
clear
echo "Bye bye."
# End ~/.bash_logout