This commit is contained in:
Christine Dodrill 2016-02-08 10:04:09 -08:00
parent dcacb564f9
commit 5f3a82afc6
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ task run, "Run app":
exec "./twtxtlist"
task runForever, "run this forever":
exec "while true; do ./twtxtlist; done"
exec "while true; do ./twtxtlist; sleep 2; done"