XTDrone/robocup/stop_control_actors.sh

2 lines
86 B
Bash
Executable File

kill -9 $(ps -ef|grep control_actor.py|gawk '$0 !~/grep/ {print $2}' |tr -s '\n' ' ')