Skip to content

Instantly share code, notes, and snippets.

@siriniok
Last active July 21, 2016 14:35
Show Gist options
  • Save siriniok/2359fdd5b99faac32bcf71f40981bc3e to your computer and use it in GitHub Desktop.
Save siriniok/2359fdd5b99faac32bcf71f40981bc3e to your computer and use it in GitHub Desktop.
Download site via wget
wget --limit-rate=200k --no-clobber --convert-links --random-wait -r -p -E -e robots=off -U mozilla http://example.com
# or
download_site () {
wget --limit-rate=200k --no-clobber --convert-links --random-wait -r -p -E -e robots=off -U mozilla $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment