13 lines
140 B
Bash
13 lines
140 B
Bash
#
|
|
# Executes commands at logout.
|
|
#
|
|
# Authors:
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
#
|
|
|
|
# Print the message.
|
|
cat <<-EOF
|
|
|
|
Good bye.
|
|
EOF
|