Skip to content

Instantly share code, notes, and snippets.

@meleyal
Created October 20, 2013 11:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meleyal/7068418 to your computer and use it in GitHub Desktop.
Save meleyal/7068418 to your computer and use it in GitHub Desktop.
Static website mirror with wget
wget -q --mirror -p --html-extension -e robots=off --base=./ -k -P ./ http://example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment