diff options
author | Sebastian Korotkiewicz <skorotkiewicz@gmail.com> | 2022-03-19 09:17:55 +0100 |
---|---|---|
committer | Sebastian Korotkiewicz <skorotkiewicz@gmail.com> | 2022-03-19 09:17:55 +0100 |
commit | 53da95395aad137bd0ab2b2f4ed1e9e3cb00c962 (patch) | |
tree | b101ce45b258711180a1cc16fcc27bdf5d252241 /cron.txt | |
download | site_roulette-53da95395aad137bd0ab2b2f4ed1e9e3cb00c962.tar.gz |
Initial commit
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 |