Created
November 29, 2013 07:20
-
-
Save uiur/7702542 to your computer and use it in GitHub Desktop.
指定ポート番号のプロセス殺すやつ
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
lsof -i:3000 | tail -1 | awk '{ print $2 }' | xargs kill |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment