NewsBlur/utils/kill_celery.sh

3 lines
83 B
Bash
Raw Normal View History

2011-03-25 10:44:46 -04:00
#!/bin/sh
ps aux | grep celeryd | egrep -v grep | awk '{print $2}' | xargs kill -9