Skip to content

Instantly share code, notes, and snippets.

@qichunren
Created May 20, 2010 03:19
Show Gist options
  • Save qichunren/407150 to your computer and use it in GitHub Desktop.
Save qichunren/407150 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