I used to run a script every week, but now I need to run it twice in every month.
My current commands are:
30 5 * * 1 "command"
Now I want to run my "command" every 1st and 15th of every month. I do not know what values to put in the third option, the days option.