Skip to content

Instantly share code, notes, and snippets.

@stubotnik
Created April 2, 2014 20:09
Show Gist options
  • Save stubotnik/9942101 to your computer and use it in GitHub Desktop.
Save stubotnik/9942101 to your computer and use it in GitHub Desktop.
kill detached rails server
kill -9 $(cat tmp/pids/server.pid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment