A small CLI tool to kill a process blocking a port.
Kill process listening on port 6969
shell shut 6969
Linux: shell kill -9 $(lsof -t -i:8080)
shell kill -9 $(lsof -t -i:8080)