Hello, I want to send a ping every 5 minutes from a local server to my Rpie. If the ping is ok then the Rpie continues its normal activities, if no it shutdown all the commands in progress and reboots. I was thinking using a shell script. What do you think of my code below ? Is it correct ? test =1;...