3 releases
0.1.2 | Jan 2, 2022 |
---|---|
0.1.1 | Dec 31, 2021 |
0.1.0 | Dec 31, 2021 |
#2487 in #command-line-tool
9KB
96 lines
shut
A minimal CLI tool to kill a process listening on a port.
Usage
Kill process listening on port 6969
shut 6969
Alternatives
Linux / Mac OS X:
kill -9 $(lsof -t -i:6969)
Dependencies
~15–30MB
~428K SLoC