From d2b3a983e16f15d636619ebd61a3fa08c889b080 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 18 Nov 2018 21:24:39 +0100 Subject: Initial commit Signed-off-by: David Oberhollenzer --- crontab/0-example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 crontab/0-example (limited to 'crontab') diff --git a/crontab/0-example b/crontab/0-example new file mode 100644 index 0000000..fcca906 --- /dev/null +++ b/crontab/0-example @@ -0,0 +1,7 @@ +# +-------- minute (0 - 59) +# | +------ hour (0 - 23) +# | | +---- day of month (1 - 31) +# | | | +-- month (1 - 12) +# | | | | +-- day of week (0 - 6) +# | | | | | +# * * * * * command to execute -- cgit v1.2.3