searchAndDestroy() {
lsof -i TCP:$1 | grep LISTEN | awk '{print $2}' | xargs kill -9
echo "Port" $1 "found and killed."
}
Uso: searchAndDestroy 3000
Nota: esta foi minha primeira chance com isso. Ajude-me a melhorar! https://github.com/kevinSuttle/dotfiles/pulls