example-config
# fetch <url> [every <interval>]
# - if you use the "every" param, your binary will rebuild & restart
# when a new version is available.
# build <cmd1> [cmd2...]
j3s.sh {
# bananas
fetch https://git.j3s.sh/j3s.sh every 60s
build go build .
}
legit {
fetch https://git.icyphox.com/legit every 60s
build go build .
args -config /etc/legit/config.yaml
}