Skip to content

Instantly share code, notes, and snippets.

@gauravr-dev
Forked from sudipidus/intellij-eval.sh
Created February 13, 2018 14:15
Show Gist options
  • Select an option

  • Save gauravr-dev/50a0dc6df3a60550682e1a32683ef888 to your computer and use it in GitHub Desktop.

Select an option

Save gauravr-dev/50a0dc6df3a60550682e1a32683ef888 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