Time | Command | |
---|---|---|
0 7,17 * * 1 | /scripts/script.sh |
|
0 17 * * 1,3 | /script/script.sh |
|
* * * * * | /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 |
|