mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
3 lines
74 B
Bash
Executable File
3 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
kill -9 `ps axu|grep weed|grep -v grep|awk '{print \$2}'|xargs` |