Created
January 13, 2020 18:44
-
-
Save davidep87/0129b5821b34ce553cfcad1dcf3d5a83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Adding this to crontab enable you to pass the today date to an endpoint that you have to call sometimes | |
| 0 1 * * * wget https://api.example.com/example/`date +"\%Y-\%m-\%d"` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment