X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ftty%2Fkeep_awake_process.sh;h=683575b19c257fe73b0ce43de3512a277990064d;hb=18ee0041d12d37e12a86c57f3db4d17a875909e8;hp=eca4ad6b12e60ef2ecb30f9fb88b1d52b649d457;hpb=0861b8eb52f8441822f4fd9e36df13b3e293844b;p=feisty_meow.git diff --git a/scripts/tty/keep_awake_process.sh b/scripts/tty/keep_awake_process.sh index eca4ad6b..683575b1 100644 --- a/scripts/tty/keep_awake_process.sh +++ b/scripts/tty/keep_awake_process.sh @@ -12,7 +12,7 @@ source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" # loop sort of forever. while true; do - echo "trying not to fall asleep at $(date_stringer)" + echo -e "\n\ntrying not to fall asleep at $(date_stringer)\n" # magical number of seconds to sleep... sleep 64 done