-
-
Save agungyuliaji/7149099 to your computer and use it in GitHub Desktop.
Download and Compress Rails API
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
#!/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