Skip to content

Instantly share code, notes, and snippets.

@fero23
Forked from vadviktor/wget.sh
Created May 26, 2017 05:17
Show Gist options
  • Save fero23/fcdc7defe761e42c6fbfb3c4e1d52e2d to your computer and use it in GitHub Desktop.
Save fero23/fcdc7defe761e42c6fbfb3c4e1d52e2d to your computer and use it in GitHub Desktop.
Download rails guide and api doc for specific versions
wget -r -k -p -L -R '*.mobi' http://guides.rubyonrails.org/v4.2.4/
wget -r -k -p -L http://api.rubyonrails.org/v4.2.4/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment