Skip to content

Instantly share code, notes, and snippets.

@kamarcum
Created October 27, 2012 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamarcum/3965475 to your computer and use it in GitHub Desktop.
Save kamarcum/3965475 to your computer and use it in GitHub Desktop.
Rudely reclaim port 3000.
kill -9 `lsof -i :3000 -F p | cut -c 2-10`
alias gorailsgo='kill -9 `lsof -i :3000 -F p | cut -c 2-10` ; rails s'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment