Skip to content

Instantly share code, notes, and snippets.

@jc00ke
Forked from aerickson/mirror.sh
Last active January 30, 2026 18:20
Show Gist options
  • Select an option

  • Save jc00ke/754621d24b2677dff69f80f0a1e85098 to your computer and use it in GitHub Desktop.

Select an option

Save jc00ke/754621d24b2677dff69f80f0a1e85098 to your computer and use it in GitHub Desktop.
mirror squarespace site with wget
#!/usr/bin/env bash
set -e
wget \
--recursive \
-c \
--level=inf \
--page-requisites \
--convert-links \
--adjust-extension \
--span-hosts \
--domains=example.com,squarespace-cdn.com \
https://www.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment