Skip to content

Instantly share code, notes, and snippets.

@haru01
Created April 10, 2010 18:43
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 haru01/362222 to your computer and use it in GitHub Desktop.
Save haru01/362222 to your computer and use it in GitHub Desktop.
gem list | while read n v; do sudo gem uninstall $n -a ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment