cleaner implementation of keep_awake
authorChris Koeritz <fred@gruntose.com>
Wed, 10 Jun 2020 19:33:50 +0000 (15:33 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 10 Jun 2020 19:33:50 +0000 (15:33 -0400)
commite9dd58c1332357dd084f2773e93463f9d300ffcf
tree7c72797c84bd413bea7a142f3be82f95e58f9d7a
parent093c20778f99026a6be65ff8aa4df48dfd548b85
cleaner implementation of keep_awake

will still put process in background, but now you can control it from the shell.
unfortunately, these will probably still zombie out if the connection gets dropped for some reason (either because we're not printing frequently enough or for causes out of our control).
scripts/core/functions.sh
scripts/tty/keep_awake.sh [deleted file]
scripts/tty/keep_awake_process.sh