2 # keep_awake: sends a message to the screen from the background.
4 # This program is really just a way to start the keep_awake process in the
5 # background instead of needing to start a subshell here. There was some
6 # kind of snafu with the ksh environment variable $$ where it would always
7 # record the previous shell's number and not the current one or something....
9 (bash $FEISTY_MEOW_SCRIPTS/tty/keep_awake_process.sh) &