2025-10-17 07:23:39 -09:00

6 lines
50 B
Bash
Executable File

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