Created
July 5, 2019 10:04
-
-
Save chriskempson/1e33f7fa86d2502674f6971f3be3136c to your computer and use it in GitHub Desktop.
Mirror a Website 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
#!/bin/bash | |
wget --restrict-file-names=nocontrol --execute robots=off --convert-links --adjust-extension --page-requisites --no-parent --mirror $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment