Skip to content

Instantly share code, notes, and snippets.

@dnavarrom
Created December 25, 2017 21:25
Show Gist options
  • Save dnavarrom/2ede3ffe8609f4672b4c26eee5431416 to your computer and use it in GitHub Desktop.
Save dnavarrom/2ede3ffe8609f4672b4c26eee5431416 to your computer and use it in GitHub Desktop.
Kill Jekyll Server
Kill jekyll server:
$ lsof -wni tcp:4000
$ kill -9 <PID of process>
Note: use crtl-c to stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment