We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c117b56 commit 09db7a7Copy full SHA for 09db7a7
README.md
@@ -34,6 +34,11 @@ That's it!
34
Note that the `MAILTO` environment variable can also be defined globally in
35
`/etc/crontab`; it supports multiple recipients by separating them with a comma.
36
37
+If you need to use "special" shell characters in your command (like `;` or `|`),
38
+don't forget to quote it:
39
+
40
+ 0 6 * * * croncape "ls -lsa | true"
41
42
Besides sending emails, croncape can also kill the run command after a given
43
timeout, via the `-t` flag (disabled by default):
44
0 commit comments