Files
supercronic/integration/exit.crontab
Thomas Orozco 398e49a968 Use a context to exit after being signalled
Using a (cancellable) context is a little more idiomatic than
re-implementing one using a channel, and it's a little more efficient
(since we share one context across all job goroutines, as opposed to
requiring one cancel channel per goroutine).
2018-04-23 14:38:06 +02:00

2 lines
63 B
Plaintext

* * * * * * * echo "$MSG_START" && sleep 2 && echo "$MSG_DONE"