mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-20 05:14:26 +00:00
3 lines
No EOL
83 B
Bash
Executable file
3 lines
No EOL
83 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ps aux | grep celeryd | egrep -v grep | awk '{print $2}' | xargs kill -9 |