From d881485389dc0c7dae2e91b7b3ef3e61df3c8c71 Mon Sep 17 00:00:00 2001 From: tykayn Date: Mon, 24 Oct 2022 21:37:06 +0200 Subject: [PATCH] Ajouter 'cron_scripts/crontab' --- cron_scripts/crontab | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cron_scripts/crontab diff --git a/cron_scripts/crontab b/cron_scripts/crontab new file mode 100644 index 0000000..efed3d2 --- /dev/null +++ b/cron_scripts/crontab @@ -0,0 +1,10 @@ +# +# crontab to use, run the command "crontab -e" to modify +# +# m h dom mon dow command + +0 */2 * * * bash /home/tykayn/meme_poster_random.sh | tee -a /home/tykayn/log_autopost.txt 2>&1 +25 7 * * * bash /home/tykayn/tkblog_post.sh | tee -a /home/tykayn/log_autopost.txt 2>&1 +5 21 * * * bash /home/tykayn/post_qzine.sh | tee -a /home/tykayn/log_autopost.txt 2>&1 +0 9 * * * bash /home/tykayn/osm_wiki.sh | tee -a /home/tykayn/log_autopost.txt 2>&1 +