Last active
December 31, 2015 18:49
-
-
Save anatooly/bb83f359afb75e36d595 to your computer and use it in GitHub Desktop.
PhpStrom Evaluation on Ubuntu
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
# Ubuntu | |
find / -type d -name .WebIde100 2> /dev/null | |
# Mac OS X | |
rm -rf "$HOME/Library/Preferences/WebIde100" | |
rm -rf "$HOME/Library/Caches/WebIde100" | |
rm -rf "$HOME/Library/Application Support/WebIde100" | |
rm -rf "$HOME/Library/Logs/WebIde100" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment