Created
June 28, 2016 14:49
-
-
Save froboy/063ce305975e724574a0c920a1d91131 to your computer and use it in GitHub Desktop.
Grab an entire static archive of a site with wget
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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