11 lines
451 B
Plaintext
11 lines
451 B
Plaintext
|
#
|
||
|
# 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
|
||
|
|