Skip to content
/ kap Public

WIP! : Kill At Port - A linux bash script to kill a running process at a given port

Notifications You must be signed in to change notification settings

anonymax25/kap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

kap

Kill At Port is a linux bash script to kill a running process at a given port

Recommended Installation

Get the script

wget https://raw.githubusercontent.com/anonymax25/kap/1.0.0/kap.sh

Set the script to your path to use it from anywhere

    sudo mv kap.sh /usr/local/bin/kap

Examples

Get the PID of the process using port 3000: kap 3000
Kill the process using port 3000: kap -k 3000

About

WIP! : Kill At Port - A linux bash script to kill a running process at a given port

Topics

Resources

Stars

Watchers

Forks

Languages