Skip to content

Instantly share code, notes, and snippets.

@imr
Created May 30, 2015 14:52
Show Gist options
  • Save imr/60b2dae8d9a63c02ccae to your computer and use it in GitHub Desktop.
Save imr/60b2dae8d9a63c02ccae to your computer and use it in GitHub Desktop.
#!/bin/sh
wget -q --mirror -p --html-extension -e robots=off --base=./ -k -P ./ http://<origin>
find ./<origin>/ -type f -print0 | xargs -0 sed -i 's/<origin>/<destination>/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment