Skip to content

Instantly share code, notes, and snippets.

@paulccarey
Forked from guzart/download
Last active August 27, 2015 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulccarey/4a1610892d6b8cf286be to your computer and use it in GitHub Desktop.
Save paulccarey/4a1610892d6b8cf286be to your computer and use it in GitHub Desktop.
bash: Download and Compress Rails API
#!/bin/bash
rm -rf api.rubyonrails.org/
wget -r -k -p http://api.rubyonrails.org/
rm rails_api.rar
rar a -r rails_api.rar api.rubyonrails.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment