Skip to content

Instantly share code, notes, and snippets.

@steverobbins
Last active August 29, 2015 14:16
Show Gist options
  • Save steverobbins/f18ec22d911dcb0279e8 to your computer and use it in GitHub Desktop.
Save steverobbins/f18ec22d911dcb0279e8 to your computer and use it in GitHub Desktop.
#!/bin/bash
DOMAIN=example.com
wget -w 2 -r --spider --delete-after -nd -nc --domains=$DOMAIN $DOMAIN > /dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment