Skip to content

Instantly share code, notes, and snippets.

@douglasrafael
Forked from davidrapin/.profile
Created June 30, 2020 02:03
Show Gist options
  • Select an option

  • Save douglasrafael/f8aa759641622899a36782cf37910573 to your computer and use it in GitHub Desktop.

Select an option

Save douglasrafael/f8aa759641622899a36782cf37910573 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 "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment