Skip to content

Instantly share code, notes, and snippets.

@chriskempson
Created July 5, 2019 10:04
Show Gist options
  • Save chriskempson/1e33f7fa86d2502674f6971f3be3136c to your computer and use it in GitHub Desktop.
Save chriskempson/1e33f7fa86d2502674f6971f3be3136c to your computer and use it in GitHub Desktop.
Mirror a Website with Wget
#!/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