day_of_month

To run a cronjob every second Saturday of the month
- or any similar definition.

This script checks if the current day (Monday to Sunday) is the N day (Monday to Sunday) of the month
So use it in combination with cron and you can easy run programs on
It' s a bash script, so it will bring its benefit to all the unix/linux-based operating systems.