Skip to content

Instantly share code, notes, and snippets.

@jaxgeller
Created November 9, 2015 15:10
Show Gist options
  • Select an option

  • Save jaxgeller/0b8329c2d4c01ba513c1 to your computer and use it in GitHub Desktop.

Select an option

Save jaxgeller/0b8329c2d4c01ba513c1 to your computer and use it in GitHub Desktop.
Kill by port number
kill -9 $(lsof -i:PORT | xargs | awk '{print $11}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment