←back to thread

125 points lexokoh | 1 comments | | HN request time: 0.201s | source
Show context
faangguyindia ◴[] No.45001634[source]
On macOS i've this in my zshrc file:

`killport() { kill -9 $(lsof -t -i :$1 -sTCP:LISTEN) }`

i use it like killport 8000

replies(2): >>45001695 #>>45002400 #
1. lexokoh ◴[] No.45001695[source]
Nice. I have this too. I wanted something more visual and expansive.