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"