Joined March 2013
·

Mistral Contrastin

Cambridge, UK
·
·

Posted to Ghost Localhost server over 1 year ago

Alternatively you can type "ps x" in terminal find ruby and then type "kill -9 <pid>" where <pid> is the number in the first column on the row of ruby (or whichever process you want).

Warning: that wouldn't let your process to execute any exit routines and just gets rid off the process. It should do the trick for WEBrick though. For safer quit strategy try "kill -3 <pid>"

Achievements
69 Karma
0 Total ProTip Views