Last active
October 9, 2023 05:17
-
-
Save ds1371dani/510e3023fdd2285bf261c7e6087298c5 to your computer and use it in GitHub Desktop.
Crontab pattern for jalali beginning of month (expect leap years) - پترن crontab برای اولین روز ماه در تقویم جلالی
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0 0 21 1 * sh ~/command.sh | |
| 0 0 21 2 * sh ~/command.sh | |
| 0 0 22 3 * sh ~/command.sh | |
| 0 0 22 4 * sh ~/command.sh | |
| 0 0 23 5 * sh ~/command.sh | |
| 0 0 23 6 * sh ~/command.sh | |
| 0 0 23 7 * sh ~/command.sh | |
| 0 0 23 8 * sh ~/command.sh | |
| 0 0 22 9 * sh ~/command.sh | |
| 0 0 22 10 * sh ~/command.sh | |
| 0 0 21 11 * sh ~/command.sh | |
| 0 0 20 12 * sh ~/command.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment