From dcacb564f9e6998c1a165a5e814615fe6bbc8268 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 8 Feb 2016 07:00:01 -0800 Subject: [PATCH] add runforever --- twtxtlist.nimble | 3 +++ 1 file changed, 3 insertions(+) diff --git a/twtxtlist.nimble b/twtxtlist.nimble index 2419abf..26de6c4 100644 --- a/twtxtlist.nimble +++ b/twtxtlist.nimble @@ -24,3 +24,6 @@ task godep, "build go deps": task run, "Run app": exec "nimble build" exec "./twtxtlist" + +task runForever, "run this forever": + exec "while true; do ./twtxtlist; done"