Skip to content

Instantly share code, notes, and snippets.

@A1iAshoor
Created November 6, 2017 11:38
Show Gist options
  • Save A1iAshoor/2b6b7bd99f6b17e0ed2765bd231dcf2a to your computer and use it in GitHub Desktop.
Save A1iAshoor/2b6b7bd99f6b17e0ed2765bd231dcf2a to your computer and use it in GitHub Desktop.
Kill server pids running on port X
kill -9 $(lsof -i tcp:3000 -t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment