Skip to content

Instantly share code, notes, and snippets.

@r1r11
Last active February 5, 2020 16:22
Show Gist options
  • Save r1r11/4e95b5ee5f41dddb2f4af04c150dd888 to your computer and use it in GitHub Desktop.
Save r1r11/4e95b5ee5f41dddb2f4af04c150dd888 to your computer and use it in GitHub Desktop.
🐱πŸ’₯πŸ”«
alias goddamnit="$($(lsof -P -iTCP -sTCP:LISTEN | grep 8080) | egrep -o "^[A-Za-z]+\s([0-9]+)" | cut -d " " -f 2) | xargs kill";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment