Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shaansharma1980 committed May 21, 2021
1 parent e5c37cb commit 3fb9537
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ The above command will show an alert as below:
![GitHub Logo](/images/alert.png)

### Add to a cronjob to run it every 30 minutes
> crontab -e
>
> Paste the line below at the end of the editor with a CTRL + V
>
> 30 * * * * /home/$USER/cowin_notifier.bash
>
> Type :q! to exit the editor.
Thats it !

Expand Down

0 comments on commit 3fb9537

Please sign in to comment.