Merge branch 'dev' of feistymeow.org:feisty_meow into dev
[feisty_meow.git] / scripts / tty / keep_awake.sh
diff --git a/scripts/tty/keep_awake.sh b/scripts/tty/keep_awake.sh
deleted file mode 100644 (file)
index 861425f..0000000
+++ /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) &