diff options
Diffstat (limited to 'cron.txt')
-rw-r--r-- | cron.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cron.txt b/cron.txt new file mode 100644 index 0000000..76bebd9 --- /dev/null +++ b/cron.txt @@ -0,0 +1,8 @@ +#minute (0-59), +#| hour (0-23), +#| | day of the month (1-31), +#| | | month of the year (1-12), +#| | | | day of the week (0-6 with 0=Sunday). +#| | | | | commands + +0 0 * * * /home/grizzly/store/browser/update.sh > /dev/null 2>&1 \ No newline at end of file |