Created
May 31, 2016 04:40
-
-
Save fraserxu/c8fa6a329d9fdb4f896df58a0ce93f04 to your computer and use it in GitHub Desktop.
Revisions
-
fraserxu created this gist
May 31, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ ps aux | grep node | awk 'FNR > 1 {print $2}' | xargs kill -9