Skip to content

Instantly share code, notes, and snippets.

@Jatapiaro
Created June 23, 2018 06:02
Show Gist options
  • Save Jatapiaro/fae5779aa88e59c3e95e9dab097c8106 to your computer and use it in GitHub Desktop.
Save Jatapiaro/fae5779aa88e59c3e95e9dab097c8106 to your computer and use it in GitHub Desktop.
Kill process at port x
kill $(lsof -t -i :8080)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment