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