Skip to content

Instantly share code, notes, and snippets.

@ds1371dani
Last active October 9, 2023 05:17
Show Gist options
  • Select an option

  • Save ds1371dani/510e3023fdd2285bf261c7e6087298c5 to your computer and use it in GitHub Desktop.

Select an option

Save ds1371dani/510e3023fdd2285bf261c7e6087298c5 to your computer and use it in GitHub Desktop.
Crontab pattern for jalali beginning of month (expect leap years) - پترن crontab برای اولین روز ماه در تقویم جلالی
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