Skip to content

Instantly share code, notes, and snippets.

@jskripsky
Created March 1, 2011 10:38
Show Gist options
  • Save jskripsky/848956 to your computer and use it in GitHub Desktop.
Save jskripsky/848956 to your computer and use it in GitHub Desktop.
Create static copy of website
#!/bin/bash
# add "--adjust-extension" to force .html extensions
wget --restrict-file-names=windows --page-requisites --convert-links --recursive http://www.website.ch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment