Skip to content

Instantly share code, notes, and snippets.

@47ronin
Created July 18, 2016 16:04
Show Gist options
  • Save 47ronin/e312e87727d9e691f6ff78053dcaab9c to your computer and use it in GitHub Desktop.
Save 47ronin/e312e87727d9e691f6ff78053dcaab9c to your computer and use it in GitHub Desktop.
Simple command to download a static copy of a website
#!/bin/bash
# Be sure to remove all metric gathering scripts like Google Analytics
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://someURL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment