Sometime our local setup doesn't have the cron scheduler to test the real case cron actions, in this case we have to run the `drush cron` manually. Instead of doing this we have to write some script to run `drush cron` command in certain interval.
Create a bash script and you can name it like custom-cron.sh add below code into there.