Created
March 20, 2020 07:00
-
-
Save Ricky-Wilson/ccfcdcc05d4ced80f78d778ecc7f826a to your computer and use it in GitHub Desktop.
Mirror a website
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
#!/bin/bash | |
wget \ | |
--mirror \ | |
--convert-links \ | |
--adjust-extension \ | |
--page-requisites \ | |
-e robots=off \ | |
--html-extension \ | |
-U Mozilla \ | |
--no-parent $1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment