Skip to content

Instantly share code, notes, and snippets.

@mkeplinger
Forked from qichunren/kill.sh
Created May 20, 2010 04:13
Show Gist options
  • Save mkeplinger/407190 to your computer and use it in GitHub Desktop.
Save mkeplinger/407190 to your computer and use it in GitHub Desktop.
#!/bin/bash
ps aux | grep dispatch.fcgi | egrep -v grep | awk '{print $2}' | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment