Last active
November 22, 2024 14:43
-
-
Save davidrapin/35ce4c31d41325fb1c07 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 " |
nice one, cheers!
Thanks!
Thanks!
Thanks.
Thanks
thanks!!
Brilliant!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!