version 1.1.0
This commit is contained in:
parent
5f0082a25e
commit
b9d2c0fea3
|
@ -1,6 +1,6 @@
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "1.1.0"
|
||||||
author = "Christine Dodrill"
|
author = "Christine Dodrill"
|
||||||
description = "a list of twtxt hacker feeds"
|
description = "a list of twtxt hacker feeds"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -24,6 +24,3 @@ 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; sleep 2; done"
|
|
||||||
|
|
Loading…
Reference in New Issue