Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Created December 20, 2015 16:58
Show Gist options
  • Save thiagosf/e7ca5ad41428ebe22197 to your computer and use it in GitHub Desktop.
Save thiagosf/e7ca5ad41428ebe22197 to your computer and use it in GitHub Desktop.
Crontab para acessar uma determinada url de hora em hora #notes
00 00-23 * * * wget -O - http://your-domain.com >/dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment