Ajouter 'cron_scripts/crontab'

This commit is contained in:
tykayn 2022-10-24 21:37:06 +02:00
parent 40e9f8431c
commit d881485389
1 changed files with 10 additions and 0 deletions

10
cron_scripts/crontab Normal file
View File

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