Skip to content

Instantly share code, notes, and snippets.

@laxmi-narayan-nitdgp
Created March 1, 2017 12:29
Show Gist options
  • Save laxmi-narayan-nitdgp/9d3650f92c407a871560f0639d179e37 to your computer and use it in GitHub Desktop.
Save laxmi-narayan-nitdgp/9d3650f92c407a871560f0639d179e37 to your computer and use it in GitHub Desktop.
reset intellij idea 14 evaluation
#!/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
@laxmi-narayan-nitdgp
Copy link
Author

use it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment