Adam Jeniski fd8882df39 fiddle
2022-07-09 23:38:04 -04:00

6 lines
50 B
Bash
Executable File

#!/bin/bash
PORT=$1
kill -9 $(lsof -t -i:$PORT)