Files
tc_ShellScripts/kill_psdk.sh

3 lines
85 B
Bash

sleep 300s
ps -ef | grep psdk | grep -v grep | awk '{print $2}' | sudo xargs kill -9