Skip to content

Instantly share code, notes, and snippets.

@davidep87
Created January 13, 2020 18:44
Show Gist options
  • Select an option

  • Save davidep87/0129b5821b34ce553cfcad1dcf3d5a83 to your computer and use it in GitHub Desktop.

Select an option

Save davidep87/0129b5821b34ce553cfcad1dcf3d5a83 to your computer and use it in GitHub Desktop.
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