Files
p2prc-home-server/python/SamplePythonTestServer/killserver.sh

1 line
54 B
Bash

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