Advertisement
codecaine

Restart PyCharm and PHPStorm Evaluation Period BASH on Mac

Jun 19th, 2018
1,430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. rm ~/Library/Preferences/PhpStorm*/eval/*evaluation.key 2> /dev/null
  4.  
  5. rm ~/Library/Preferences/PhpStorm*/options/options.xml 2> /dev/null
  6.  
  7. rm ~/Library/Preferences/PyCharm2*/eval/*evaluation.key 2> /dev/null
  8.  
  9. rm ~/Library/Preferences/PyCharm2*/options/options.xml 2> /dev/null
  10.  
  11. echo "You are ready for a fresh start!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement