NewsBlur/utils/kill_celery.sh
2011-04-11 15:46:33 -04:00

3 lines
No EOL
83 B
Bash
Executable file

#!/bin/sh
ps aux | grep celeryd | egrep -v grep | awk '{print $2}' | xargs kill -9