1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

cronic: add page (#4981)

This commit is contained in:
Pierre Rudloff 2020-11-29 07:01:14 +01:00 committed by GitHub
parent d23dc34a25
commit dfea16bc96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
pages/common/cronic.md Normal file
View file

@ -0,0 +1,8 @@
# cronic
> Bash script for wrapping cron jobs to prevent excess email sending.
> More information: <https://habilis.net/cronic/>.
- Call a command and display its output if it returns a non-zero exit code:
`cronic {{command}}`