Skip to content

Instantly share code, notes, and snippets.

@froboy
Created June 28, 2016 14:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save froboy/063ce305975e724574a0c920a1d91131 to your computer and use it in GitHub Desktop.
Save froboy/063ce305975e724574a0c920a1d91131 to your computer and use it in GitHub Desktop.
Grab an entire static archive of a site with wget
// Before you can do this, get http://brew.sh/
// Then get wget: brew install wget
//
// Grab an entire static archive of a site. (This might take a while)
wget -mkEpnp http://sitename.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment