Skip to content

Instantly share code, notes, and snippets.

@gzagatti
Created June 27, 2016 15:57
Show Gist options
  • Save gzagatti/b560c6ffe582742f03eaa3f21cc50e5b to your computer and use it in GitHub Desktop.
Save gzagatti/b560c6ffe582742f03eaa3f21cc50e5b to your computer and use it in GitHub Desktop.
Kill process using port 3000
lsof -t -i :3000 | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment