X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;fp=scripts%2Fcore%2Ffunctions.sh;h=0f356d6ef8d094550f32c8c924f5a37b529e0d7d;hb=0861b8eb52f8441822f4fd9e36df13b3e293844b;hp=ff9fec400ecd37a31028677dca5ee32087c591a5;hpb=58afcca04e76c21294f5f2e3c4c5a04656b24f1f;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index ff9fec40..0f356d6e 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -932,7 +932,21 @@ return 0 ############## - # site avenger aliases + # tty relevant functions... + + # keep_awake: sends a message to the screen from the background. + function keep_awake() + { + # just starts the keep_awake process in the background. + bash $FEISTY_MEOW_SCRIPTS/tty/keep_awake_process.sh & + # this should leave the job running as %1 or a higher number if there + # are pre-existing background jobs. + } + + ############## + + # site avenger functions... + function switchto() { THISDIR="$FEISTY_MEOW_SCRIPTS/site_avenger"