Browse Source

cronic: add page (#4981)

Pierre Rudloff 4 years ago
parent
commit
dfea16bc96
1 changed files with 8 additions and 0 deletions
  1. 8 0
      pages/common/cronic.md

+ 8 - 0
pages/common/cronic.md

@@ -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}}`