Skip to content

Instantly share code, notes, and snippets.

@dloaizan546
Last active December 13, 2017 17:14
Show Gist options
  • Save dloaizan546/8adbfc96a0d9850e49f01d692b850170 to your computer and use it in GitHub Desktop.
Save dloaizan546/8adbfc96a0d9850e49f01d692b850170 to your computer and use it in GitHub Desktop.
[uninstall and purge app on mac]
#!/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