Hello,Please your help.I need to run for 30 MAC (only MACs) computers this command:ps aux | grep -i 'forti' | grep -v 'grep' | awk '{print $2}' | xargs sudo kill -9I would like the MAC computers to run this command every time they go to sleep mode/wa...