Files
2025-01-14 23:41:16 +00:00

1 line
54 B
Bash

lsof -i tcp:8084 | awk 'NR!=1 {print $2}' | xargs kill