Skip to content

Instantly share code, notes, and snippets.

@vinaysshenoy
Created November 24, 2023 05:40
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 vinaysshenoy/96a785ac98b0ed67ba92e19f47f9a750 to your computer and use it in GitHub Desktop.
Save vinaysshenoy/96a785ac98b0ed67ba92e19f47f9a750 to your computer and use it in GitHub Desktop.
kill_port_user.sh
kill -9 $(lsof -ti:8080)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment