Skip to content

Instantly share code, notes, and snippets.

@0x0dea
Created June 14, 2015 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 0x0dea/274eed988ad0addfc16b to your computer and use it in GitHub Desktop.
Save 0x0dea/274eed988ad0addfc16b to your computer and use it in GitHub Desktop.
Download all the gems!
#!/bin/sh
gem search --no-vers | parallel -j0 -I$ 'curl -O `curl https://rubygems.org/api/v1/gems/$.json | jq -r .gem_uri`'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment