metakgp / chitragupta

6 stars 1 forks source link

updated README with instructions to make a cron job #6

Closed SubhrajitPrusty closed 6 years ago

zorroblue commented 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?

SubhrajitPrusty commented 6 years ago

I just used @icyflame 's syntax. On reviewing, I think it should be * * 1 * * python chitragupta.py

SubhrajitPrusty commented 6 years ago

My mistake. I didn't review his example. I'll close this.