mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-01-23 13:32:16 +08:00
14 lines
185 B
Plaintext
14 lines
185 B
Plaintext
|
#
|
||
|
# Executes commands at logout.
|
||
|
#
|
||
|
# Authors:
|
||
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||
|
#
|
||
|
|
||
|
# Print the message.
|
||
|
cat <<-EOF
|
||
|
|
||
|
Thank you. Come again!
|
||
|
-- Dr. Apu Nahasapeemapetilon
|
||
|
EOF
|