small pixel drawing of a pufferfish enby

example-config

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# 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
}