Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / processes / goodbye.sh
diff --git a/scripts/processes/goodbye.sh b/scripts/processes/goodbye.sh
new file mode 100644 (file)
index 0000000..99501f1
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+# just prints a message before terminal exit.
+
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+
+nechung
+
+# quick pause to reflect.
+sleep 2
+
+\exit 0