I need to run a bash script in crontab every minute between 8:45am and 9:50am of every day.
Code:
45,4
Try this:
45-59/1 8 * * * /home/pull.sh > /home/pull.log 2>&1 00-50/1 9 * * * /home/pull.sh > /home/pull.log 2>&1