I want to create a shell script (kill.sh) that will determine the elapsed time of the current script (loop.sh, which I previously ran). when loop.sh reaches 10 minutes, kill.sh will kill the process. Please helpI want to create a shell script (kill.sh) that