Skip to content

Instantly share code, notes, and snippets.

@davidrapin
Last active January 26, 2024 08:54
Show Gist options
  • Save davidrapin/35ce4c31d41325fb1c07 to your computer and use it in GitHub Desktop.
Save davidrapin/35ce4c31d41325fb1c07 to your computer and use it in GitHub Desktop.
Kill WebStorm when frozen (linux)
alias killws="ps -Alf |grep -i webstorm |grep -v grep |awk -F' ' '{print \$4}' |xargs kill -9 "
@IBRAHIMDANS
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment