Skip to content

Instantly share code, notes, and snippets.

@raynimmo
Created September 14, 2016 05:05
Show Gist options
  • Save raynimmo/2db97f3e83715eb5063c6d181396d185 to your computer and use it in GitHub Desktop.
Save raynimmo/2db97f3e83715eb5063c6d181396d185 to your computer and use it in GitHub Desktop.
Cron cache warmer
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