hy-farm/muchang/farm_stop
2026-05-29 19:54:56 +08:00

3 lines
95 B
Bash

#! /bin/bash
ps -eaf |grep "SwooleYiiApp.php" | grep -v "grep"| awk '{print $2}'|xargs kill -9