Skip to content

Instantly share code, notes, and snippets.

@sayjeyhi
Created November 14, 2019 20:19
Show Gist options
  • Save sayjeyhi/5207fc27c54f54d9f9208467cdc0d54d to your computer and use it in GitHub Desktop.
Save sayjeyhi/5207fc27c54f54d9f9208467cdc0d54d to your computer and use it in GitHub Desktop.
kill -9 $(lsof -i:PORT -t) 2> /dev/null
@sayjeyhi
Copy link
Author

kill -9 $(lsof -i:3000 -t) 2> /dev/null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment