From dfea16bc96f747c02c35e5c4ab432abee60d9adc Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 29 Nov 2020 07:01:14 +0100 Subject: [PATCH] cronic: add page (#4981) --- pages/common/cronic.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/cronic.md diff --git a/pages/common/cronic.md b/pages/common/cronic.md new file mode 100644 index 0000000000..0cfdabbb33 --- /dev/null +++ b/pages/common/cronic.md @@ -0,0 +1,8 @@ +# cronic + +> Bash script for wrapping cron jobs to prevent excess email sending. +> More information: . + +- Call a command and display its output if it returns a non-zero exit code: + +`cronic {{command}}`