]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/bash/dot_bash_logout
bash: Clear console before logout to not leak any information.
[people/pmueller/ipfire-2.x.git] / config / bash / dot_bash_logout
index 3762d94b56d9d8c98cc78e973a2ee8f5c39509b4..d56620d6bd57c43869bbb70fae7a716a449acd05 100644 (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