need to not squash path on post-sudo side
[feisty_meow.git] / scripts / tty / keep_awake.sh
1 #!/bin/bash
2 # keep_awake: sends a message to the screen from the background.
3 #
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....
8 #
9 (bash $FEISTY_MEOW_SCRIPTS/tty/keep_awake_process.sh) &