Created
January 10, 2015 03:29
-
-
Save martincr/7028087483694567c606 to your computer and use it in GitHub Desktop.
cleanout-rvm.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
/usr/bin/sudo rm -rf $HOME/.rvm $HOME/.rvmrc /etc/rvmrc /etc/profile.d/rvm.sh /usr/local/rvm /usr/local/bin/rvm | |
/usr/bin/sudo /usr/sbin/groupdel rvm | |
/bin/echo "RVM is removed. Please check all .bashrc|.bash_profile|.profile|.zshrc for RVM source lines and delete | |
or comment out if this was a Per-User installation." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment