Skip to content

Instantly share code, notes, and snippets.

@glennreyes
Created December 18, 2017 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glennreyes/9a8a5e15358ee657b1b2cf72a181aeac to your computer and use it in GitHub Desktop.
Save glennreyes/9a8a5e15358ee657b1b2cf72a181aeac to your computer and use it in GitHub Desktop.
Kill process on port 4000
lsof -t -i tcp:4000 | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment