Created
March 22, 2011 20:54
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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