Skip to content

Instantly share code, notes, and snippets.

@Juszczak
Created November 14, 2018 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Juszczak/88b549bd7cfeae02182b37e932ec202e to your computer and use it in GitHub Desktop.
Save Juszczak/88b549bd7cfeae02182b37e932ec202e to your computer and use it in GitHub Desktop.
sudo lsof -i tcp:4200 | grep LISTEN | awk '{print $2}' | xargs sudo kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment