-
-
Save farhan4648gul/f3d306161946c891f795de81accafe83 to your computer and use it in GitHub Desktop.
For 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
for product in PhpStorm WebStorm DataGrip IntelliJIdea CLion PyCharm GoLand RubyMine; do | |
echo "Resetting trial evaluation for $product..." | |
rm -f ~/.config/JetBrains/$product*/eval/*.evaluation.key | |
rm -f ~/.config/JetBrains/$product*/options/other.xml | |
done | |
rm -rf ~/.java/.userPrefs/jetbrains | |
echo "Done." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment