Created
December 20, 2015 16:58
-
-
Save thiagosf/e7ca5ad41428ebe22197 to your computer and use it in GitHub Desktop.
Crontab para acessar uma determinada url de hora em hora #notes
This file contains 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
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