XTDrone/coordination/catch_actors/stop_actor.sh

2 lines
86 B
Bash
Executable File

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