Skip to content

Instantly share code, notes, and snippets.

@frank184
Created March 21, 2017 01:37
Show Gist options
  • Save frank184/534d6de9f7adff3a1762072d2e0ece90 to your computer and use it in GitHub Desktop.
Save frank184/534d6de9f7adff3a1762072d2e0ece90 to your computer and use it in GitHub Desktop.
Script to kill a rogue Rails Server
cat tmp/pids/server.pid | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment