Skip to content

Instantly share code, notes, and snippets.

@tushar-borole
Created May 3, 2017 04:55
Show Gist options
  • Save tushar-borole/bf56f887d2e12b431ba27c3622c43ea4 to your computer and use it in GitHub Desktop.
Save tushar-borole/bf56f887d2e12b431ba27c3622c43ea4 to your computer and use it in GitHub Desktop.
Kill process on specific port
lsof -ti:8080 | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment