Skip to content

Instantly share code, notes, and snippets.

@completejavascript
Created March 31, 2019 16:35
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 completejavascript/823238b26cdf1b37e2d076930941cf62 to your computer and use it in GitHub Desktop.
Save completejavascript/823238b26cdf1b37e2d076930941cf62 to your computer and use it in GitHub Desktop.
# Kill any process on port 8066
$ kill $(lsof -t -i:8066)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment