Time | Command | |
---|---|---|
0 7,17 * * 1 | /scripts/script.sh |
|
0 17 * * 1,3 | /script/script.sh |
|
0 5 * * 1,2,3,4,5 | /scripts/script.sh; /scripts/script2.sh |
|
0 * * * * | /hourly/script.sh |
|
* * * * * | /usr/bin/python3 /home/ubuntu/email-automation/Gmail/poll_gmail.py |
|
49 22 * * 1,3,4 | /bin/bash |
|
30 3 * * 0,2,4,6 | dddd |
|
2 1 22 3 * | command |
|
40 1 * * 0,1,2,3,4,5,6 | echo test >> /home/bravesettings1min.txt |
|
* * * * * | saddd |
|
0 9 * * 1 | Hhb |
|
10 * * * 1,4 | asdad |
|
33 * * * * | www |
|
30 18 * * * | df |
|