Skip to content

Instantly share code, notes, and snippets.

View andrii-codefresh's full-sized avatar

Andrii Shaforostov andrii-codefresh

View GitHub Profile
@davidrapin
davidrapin / .profile
Last active January 26, 2024 08:54
Kill WebStorm when frozen (linux)
alias killws="ps -Alf |grep -i webstorm |grep -v grep |awk -F' ' '{print \$4}' |xargs kill -9 "