Skip to content

Instantly share code, notes, and snippets.

@antfu
Created November 3, 2016 05:24
Show Gist options
  • Save antfu/143b217739b20be973ba56fdc1ceb274 to your computer and use it in GitHub Desktop.
Save antfu/143b217739b20be973ba56fdc1ceb274 to your computer and use it in GitHub Desktop.
Kill process on port
kill $(lsof -t -i:8080)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment