Skip to content

Instantly share code, notes, and snippets.

@havenwood
Forked from 0x0dea/datg
Last active August 29, 2015 14:23
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 havenwood/03f803c48706c541037b to your computer and use it in GitHub Desktop.
Save havenwood/03f803c48706c541037b to your computer and use it in GitHub Desktop.
#!/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