Last active
May 7, 2020 17:37
-
-
Save isaax2/ee39afe43a3368e7b131d415eb2e167a to your computer and use it in GitHub Desktop.
Free Space Intellij from ~/Library/Caches
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
#!/usr/bin/env bash | |
#Remove Intellij caches | |
rm -rvf ~/Library/Caches/IntelliJIdea201* | |
rm -rvf ~/Library/Caches/WebStorm201* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment