anonymax25 / kap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 100.0%