projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mod fortune
[feisty_meow.git]
/
scripts
/
processes
/
goodbye.sh
1
#!/bin/bash
2
3
# just prints a message before terminal exit.
4
5
source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
6
7
nechung
8
9
# quick pause to reflect.
10
sleep 2
11
12
\exit 0