Skip to content

Instantly share code, notes, and snippets.

@sudipidus
Created January 10, 2018 13:10
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save sudipidus/d4fa69a10e9071558844310dbbf27e65 to your computer and use it in GitHub Desktop.
Save sudipidus/d4fa69a10e9071558844310dbbf27e65 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "removing evaluation key"
rm ~/.IntelliJIdea2017.3/config/eval/idea173.evaluation.key
echo "resetting evalsprt in options.xml"
sed -i '/evlsprt/d' ~/.IntelliJIdea2017.3/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