first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / scripts / core / goodbye.sh
1 #!/bin/bash
2 bash $SHELLDIR/byemessage.sh
3
4 nohup bash $SHELLDIR/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