Closed SubhrajitPrusty closed 6 years ago
Are you sure this is valid? I referred these links to understand the syntax. https://askubuntu.com/questions/800/how-to-run-scripts-every-5-seconds and https://stackoverflow.com/questions/25740573/how-to-run-a-cronjob-every-x-minutes
@icyflame Can you confirm this?
I just used @icyflame 's syntax. On reviewing, I think it should be * * 1 * * python chitragupta.py
* * 1 * * python chitragupta.py
My mistake. I didn't review his example. I'll close this.
Are you sure this is valid? I referred these links to understand the syntax. https://askubuntu.com/questions/800/how-to-run-scripts-every-5-seconds and https://stackoverflow.com/questions/25740573/how-to-run-a-cronjob-every-x-minutes
@icyflame Can you confirm this?