-
-
Save douglasrafael/f8aa759641622899a36782cf37910573 to your computer and use it in GitHub Desktop.
Kill WebStorm when frozen (linux)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias killws="ps -Alf |grep -i webstorm |grep -v grep |awk -F' ' '{print \$4}' |xargs kill -9 " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment