Created
November 14, 2017 21:18
-
-
Save chrismarksus/a35c715150e0117b061df0280d5adb7f to your computer and use it in GitHub Desktop.
Copy a website as a static download
This file contains hidden or 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
wget -P save/to/directory/ -mpck --user-agent="" -e robots=off --wait 1 -E http://url.to.site:5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment