Files
crawlab/fs/bin/stop.sh
2024-06-14 16:37:48 +08:00

3 lines
74 B
Bash
Executable File

#!/bin/sh
kill -9 `ps axu|grep weed|grep -v grep|awk '{print \$2}'|xargs`