Skip to content

Instantly share code, notes, and snippets.

@agungyuliaji
Forked from guzart/download
Last active December 26, 2015 12:09
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 agungyuliaji/7149099 to your computer and use it in GitHub Desktop.
Save agungyuliaji/7149099 to your computer and use it in GitHub Desktop.
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