X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ftty%2Fkeep_awake.sh;fp=scripts%2Ftty%2Fkeep_awake.sh;h=0000000000000000000000000000000000000000;hb=2394b13f6cbc32a692e5e6ccf1f350e75e2b5455;hp=861425f38e84e338228265e31be904c90af1f46f;hpb=3dc9b99255d7c1862e0c2e94876f6720180ff2b2;p=feisty_meow.git diff --git a/scripts/tty/keep_awake.sh b/scripts/tty/keep_awake.sh deleted file mode 100644 index 861425f3..00000000 --- a/scripts/tty/keep_awake.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -# keep_awake: sends a message to the screen from the background. -# -# This program is really just a way to start the keep_awake process in the -# background instead of needing to start a subshell here. There was some -# kind of snafu with the ksh environment variable $$ where it would always -# record the previous shell's number and not the current one or something.... -# -(bash $FEISTY_MEOW_SCRIPTS/tty/keep_awake_process.sh) &