GitHunt
AN

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

kap

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

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

Languages

Shell100.0%

Contributors

Latest Release

1.0.1March 17, 2021
Created November 22, 2020
Updated May 2, 2021
anonymax25/kap | GitHunt