add runforever
This commit is contained in:
parent
78da44ed5b
commit
dcacb564f9
|
@ -24,3 +24,6 @@ task godep, "build go deps":
|
||||||
task run, "Run app":
|
task run, "Run app":
|
||||||
exec "nimble build"
|
exec "nimble build"
|
||||||
exec "./twtxtlist"
|
exec "./twtxtlist"
|
||||||
|
|
||||||
|
task runForever, "run this forever":
|
||||||
|
exec "while true; do ./twtxtlist; done"
|
||||||
|
|
Loading…
Reference in New Issue