fix this
This commit is contained in:
parent
dcacb564f9
commit
5f3a82afc6
|
@ -26,4 +26,4 @@ task run, "Run app":
|
||||||
exec "./twtxtlist"
|
exec "./twtxtlist"
|
||||||
|
|
||||||
task runForever, "run this forever":
|
task runForever, "run this forever":
|
||||||
exec "while true; do ./twtxtlist; done"
|
exec "while true; do ./twtxtlist; sleep 2; done"
|
||||||
|
|
Loading…
Reference in New Issue