acnalesso / uboat

When you want to kill a process listening on a port but you only know the port number

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status uboat

When you want to kill a process listening on a port but you only know the port number.

require 'uboat'
UBoat.kill 80 # kills processes running at port 80

About

When you want to kill a process listening on a port but you only know the port number

License:MIT License