Last active
December 13, 2017 17:14
-
-
Save dloaizan546/8adbfc96a0d9850e49f01d692b850170 to your computer and use it in GitHub Desktop.
[uninstall and purge app on mac]
This file contains 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 | |
find ~/Library -type d -iname '*rubymine*' -exec rm -rfv {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment