Skip to content

Instantly share code, notes, and snippets.

@Ricky-Wilson
Created March 20, 2020 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ricky-Wilson/ccfcdcc05d4ced80f78d778ecc7f826a to your computer and use it in GitHub Desktop.
Save Ricky-Wilson/ccfcdcc05d4ced80f78d778ecc7f826a to your computer and use it in GitHub Desktop.
Mirror a website
#!/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