3 lines
85 B
Bash
3 lines
85 B
Bash
![]() |
sleep 300s
|
||
|
ps -ef | grep psdk | grep -v grep | awk '{print $2}' | sudo xargs kill -9
|