cleaned a bit.
[feisty_meow.git] / scripts / core / goodbye.sh
1 #!/bin/bash
2 bash $FEISTY_MEOW_SCRIPTS/byemessage.sh
3
4 nohup bash $FEISTY_MEOW_SCRIPTS/byejob.sh >/dev/null 2>&1
5
6 if [ -f $TMP/trash.last_keep_awake_process ]; then
7   kill -9 $(cat $TMP/trash.last_keep_awake_process)
8   \rm $TMP/trash.last_keep_awake_process
9 fi
10
11 \exit 0