Last active
February 5, 2020 16:22
-
-
Save r1r11/4e95b5ee5f41dddb2f4af04c150dd888 to your computer and use it in GitHub Desktop.
π±π₯π«
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 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