Crates.io | shut |
lib.rs | shut |
version | 0.1.2 |
source | src |
created_at | 2021-12-31 10:47:02.22034 |
updated_at | 2022-01-02 23:19:52.630635 |
description | A minimal CLI tool to kill a process listening on a port. |
homepage | |
repository | https://github.com/nuclearglow/shut |
max_upload_size | |
id | 505761 |
size | 30,814 |
A minimal CLI tool to kill a process listening on a port.
Kill process listening on port 6969
shut 6969
Linux / Mac OS X:
kill -9 $(lsof -t -i:6969)