add runforever

This commit is contained in:
Christine Dodrill 2016-02-08 07:00:01 -08:00
parent 78da44ed5b
commit dcacb564f9
1 changed files with 3 additions and 0 deletions

View File

@ -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"