Skip to content

Commit 32d7567

Browse files
committed
added a reference to xkcd
1 parent 8e65143 commit 32d7567

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Croncape
44
Croncape wraps commands run as cron jobs to send emails **only** when an error
55
or a timeout has occurred.
66

7-
Out of the box, crontab can send an email when a job generates output. But a
8-
command is not necessarily unsuccessful "just" because it used the standard or
9-
error output. Checking the exit code would be better, but that's not how
7+
Out of the box, crontab can send an email when a job [generates output][5]. But
8+
a command is not necessarily unsuccessful "just" because it used the standard
9+
or error output. Checking the exit code would be better, but that's not how
1010
crontab was [standardized][1].
1111

1212
Croncape takes a different approach by wrapping your commands to only send an
@@ -68,3 +68,4 @@ For a simpler alternative, have a look at [cronic][3].
6868
[2]: https://pypi.python.org/pypi/cronwrap/1.4
6969
[3]: http://habilis.net/cronic/
7070
[4]: https://github.com/sensiocloud/croncape/releases
71+
[5]: https://xkcd.com/1728/

0 commit comments

Comments
 (0)