Skip to content

Instantly share code, notes, and snippets.

@lamberta
Created March 22, 2011 20:54
Show Gist options
  • Save lamberta/882023 to your computer and use it in GitHub Desktop.
Save lamberta/882023 to your computer and use it in GitHub Desktop.
My wget incantation for downloading a local copy of the Mozilla JavaScript Reference.
#set DOC_ROOT, no trailing slash on url
#front page: $DOC_ROOT/javascript/en/JavaScript/Reference.html
wget -mkpE -np -nH -P "$DOC_ROOT/javascript" "https://developer.mozilla.org/en/JavaScript/Reference"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment