Skip to content

Instantly share code, notes, and snippets.

@IcyMidnight
Created December 2, 2010 01:50
Show Gist options
  • Save IcyMidnight/724600 to your computer and use it in GitHub Desktop.
Save IcyMidnight/724600 to your computer and use it in GitHub Desktop.
Gem uninstall glob
gem uninstall -i gems `ls gems/gems/ | grep merb | ruby -e "STDIN.each_line{|line| STDOUT.puts line.split('-')[0...-1].join('-')}"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment