From 5f3a82afc681956040a660842668def41143504c Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 8 Feb 2016 10:04:09 -0800 Subject: [PATCH] fix this --- twtxtlist.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twtxtlist.nimble b/twtxtlist.nimble index 26de6c4..4eef1dd 100644 --- a/twtxtlist.nimble +++ b/twtxtlist.nimble @@ -26,4 +26,4 @@ task run, "Run app": exec "./twtxtlist" task runForever, "run this forever": - exec "while true; do ./twtxtlist; done" + exec "while true; do ./twtxtlist; sleep 2; done"