Created
July 18, 2016 16:04
-
-
Save 47ronin/e312e87727d9e691f6ff78053dcaab9c to your computer and use it in GitHub Desktop.
Simple command to download a static copy of a website
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
#!/bin/bash | |
# Be sure to remove all metric gathering scripts like Google Analytics | |
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://someURL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment