Help files. Added the rest of bash it
This commit is contained in:
4
plugins/ruby.plugin.bash
Normal file
4
plugins/ruby.plugin.bash
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
function remove_gem {
|
||||
gem list | grep $1 | awk '{ print $1; }' | xargs sudo gem uninstall
|
||||
}
|
||||
Reference in New Issue
Block a user