cleaning and moving a lot of files.
[feisty_meow.git] / scripts / users / goodbye.sh
1 #!/bin/bash
2 bash $FEISTY_MEOW_SCRIPTS/users/byemessage.sh
3
4 nohup bash $FEISTY_MEOW_SCRIPTS/users/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