Skip to content

Instantly share code, notes, and snippets.

@toddmcbrearty
Last active February 12, 2018 03:39
Show Gist options
  • Save toddmcbrearty/6a98b6fb92bbceebc57386fc68d4bb9a to your computer and use it in GitHub Desktop.
Save toddmcbrearty/6a98b6fb92bbceebc57386fc68d4bb9a to your computer and use it in GitHub Desktop.
kill process using port osx
lsof -ti:<port_number> | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment