Skip to content

Instantly share code, notes, and snippets.

@chanmix51
Created October 18, 2011 08:16
Show Gist options
  • Save chanmix51/1294880 to your computer and use it in GitHub Desktop.
Save chanmix51/1294880 to your computer and use it in GitHub Desktop.
Retrieving symfony2's documention and make it local
wget -r -p -k -w 1 -D symfony.com -I /doc/current/book,/images,/css,/js 'http://symfony.com/doc/current/book/index.html'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment