Skip to content

Instantly share code, notes, and snippets.

@pioz
Created October 13, 2011 22:17
Show Gist options
  • Save pioz/1285711 to your computer and use it in GitHub Desktop.
Save pioz/1285711 to your computer and use it in GitHub Desktop.
Kill Unicorn server on port 3000
kill `ps ax | grep -v grep | grep -e "unicorn_rails .*-p 3000" | awk 'NR==1{print $1}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment