Skip to content

Instantly share code, notes, and snippets.

@dawidof
Forked from guzart/download
Created April 27, 2016 22:36
Show Gist options
  • Save dawidof/dc365eb18507c27f0c294409ec44d75d to your computer and use it in GitHub Desktop.
Save dawidof/dc365eb18507c27f0c294409ec44d75d 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