Created
September 14, 2016 05:05
-
-
Save raynimmo/2db97f3e83715eb5063c6d181396d185 to your computer and use it in GitHub Desktop.
Cron cache warmer
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
wget --quiet http://example.com/sitemap.xml --output-document - | egrep -o "http://example.com[^<]+" | wget -q --delete-after -i - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment