cleaning and moving a lot of files.
[feisty_meow.git] / scripts / users / goodbye.sh
diff --git a/scripts/users/goodbye.sh b/scripts/users/goodbye.sh
new file mode 100644 (file)
index 0000000..5fe9104
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+bash $FEISTY_MEOW_SCRIPTS/users/byemessage.sh
+
+nohup bash $FEISTY_MEOW_SCRIPTS/users/byejob.sh >/dev/null 2>&1
+
+if [ -f $TMP/trash.last_keep_awake_process ]; then
+  kill -9 $(cat $TMP/trash.last_keep_awake_process)
+  \rm $TMP/trash.last_keep_awake_process
+fi
+
+\exit 0