Skip to content

nuclearglow/shut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A small CLI tool to kill a process blocking a port.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages