vitorsalgado
8/7/2017 - 1:46 PM

Node.js Bash Utils

Node.js Bash Utils

lsof -n -i4TCP:8000 | grep LISTEN | tr -s ' ' | cut -f 2 -d ' ' | xargs kill -9