This website requires JavaScript.
Explore
Help
Sign In
XorA
/
bash-it
Watch
1
Star
0
Fork
You've already forked bash-it
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9c7cd9aa00
bash-it
/
plugins
/
ruby.bash
3 lines
93 B
Bash
Raw
Blame
History
function
remove_gem
{
gem list
|
grep
$1
|
awk
'{ print $1; }'
|
xargs sudo gem uninstall
}
Reference in New Issue
View Git Blame
Copy Permalink