cleaner implementation of keep_awake
authorChris Koeritz <cak0l@virginia.edu>
Wed, 10 Jun 2020 19:33:50 +0000 (15:33 -0400)
committerChris Koeritz <cak0l@virginia.edu>
Wed, 10 Jun 2020 19:33:50 +0000 (15:33 -0400)
commit0861b8eb52f8441822f4fd9e36df13b3e293844b
tree7c72797c84bd413bea7a142f3be82f95e58f9d7a
parent58afcca04e76c21294f5f2e3c4c5a04656b24f1f
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