mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
# Begin ~/.bash_logout
|
|
|
|
# Personal items to perform on logout.
|
|
|
|
# Clear console to not leak any information.
|
|
clear
|
|
|
|
echo "Bye bye."
|
|
|
|
# End ~/.bash_logout
|