I kill processes running on a specified port.
git clone github.com/technicallyty/killport
cd killport
cargo install --path .single port:
killport 9090
multiple ports:
killport 9090 9012 9321
kills the process running on your port (unixlike only)
Repository from Github https://github.comtechnicallyty/killport
I kill processes running on a specified port.
git clone github.com/technicallyty/killport
cd killport
cargo install --path .single port:
killport 9090
multiple ports:
killport 9090 9012 9321
kills the process running on your port (unixlike only)