Skip to content

Instantly share code, notes, and snippets.

@uiur
Created November 29, 2013 07:20
Show Gist options
  • Save uiur/7702542 to your computer and use it in GitHub Desktop.
Save uiur/7702542 to your computer and use it in GitHub Desktop.
指定ポート番号のプロセス殺すやつ
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