Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. #!/bin/bash
  2. echo "will webstorm"
  3. sed -i '/evlsprt/d' ~/.WebStorm2017.3/config/options/options.xml
  4. sed -i '/evlsprt/d' ~/.java/.userPrefs/prefs.xml
  5. cat ~/.java/.userPrefs/prefs.xml
  6. rm ~/.WebStorm2017.3/config/eval/idea15.evaluation.key
  7. rm ~/.WebStorm2017.3/config/eval/WebStorm173.evaluation.key
  8. sed -i '/evlsprt/d' ~/.WebStorm2017.3/config/options/options.xml
  9. sed -i '/evlsprt/d' ~/.java/.userPrefs/prefs.xml
  10. cat ~/.WebStorm2017.3/config/options/options.xml
  11. rm -rfv ./.WebStorm2017.3/config/eval/
  12. cat ~/.WebStorm2017.3/config/options/options.xml
  13. sed -i '/evlsprt/d' ~/.java/.userPrefs/prefs.xml
  14. cat ~/.java/.userPrefs/prefs.xml
  15. sed -i '/emtry/d' ~/.java/.userPrefs/prefs.xml
  16. cat ~/.java/.userPrefs/prefs.xml
  17. sed -i '/entry/d' ~/.java/.userPrefs/prefs.xml
  18. cat ~/.java/.userPrefs/prefs.xml
  19. cd ./WebstormProjects/
  20. ls
  21. cd ..
  22. cd .WebStorm2017.3/
  23. ls
  24. cd config/
  25. ls
  26. cd eval/
  27. ls
  28. rm WebStorm173.evaluation.key
  29. cd ..
  30. ls
  31. cd config/
  32. ls
  33. cd options/
  34. ls
  35. rm options.xml
  36. cd ~/.java/
  37. ls
  38. cd .userPrefs/
  39. ls
  40. cd jetbrains/
  41. ls
  42. rm webstorm/
  43. rm -rfv webstorm/
  44. ls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement