mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
# Begin ~/.bash_logout
|
|
|
|
# Personal items to perform on logout.
|
|
|
|
echo "Bye bye."
|
|
|
|
# End ~/.bash_logout
|