8

I've just set up my first Jekyll project locally. I've got the server running, but I forgot to use the auto flag. So now I want to stop the server and restart using the flag. However, in my command line after I started the server I didn't get a new prompt, so I can't enter any new commands. I'm not very used to the command line so I'd really appreciate knowing what I should do! I'm using Mac OS X and terminal.app if that makes a difference!

4

2 回答 2

16
ps aux |grep jekyll |awk '{print $2}' | xargs kill -9
于 2015-09-27T02:16:46.807 回答
10

你可以用CTRL+停止它C

于 2013-07-09T10:31:48.050 回答