Created
May 10, 2017 00:26
-
-
Save ChangJoo-Park/3a40d96c319d27e790991aac7f294a6f to your computer and use it in GitHub Desktop.
reset intellij idea 14 evaluation
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
#!/bin/bash | |
echo "removeing evaluation key" | |
rm ~/.IntelliJIdea15/config/eval/idea15.evaluation.key | |
echo "resetting evalsprt in options.xml" | |
sed -i '/evlsprt/d' ~/.IntelliJIdea15/config/options/options.xml | |
echo "resetting evalsprt in prefs.xml" | |
sed -i '/evlsprt/d' ~/.java/.userPrefs/prefs.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment