Created
December 25, 2017 21:25
-
-
Save dnavarrom/2ede3ffe8609f4672b4c26eee5431416 to your computer and use it in GitHub Desktop.
Kill Jekyll Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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