Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
...
Script1 & Script2 & Script3 & Script4
if script 1 running for more than 10 mnts
echo "Script1 running too long" > log_script1
fi
if script 2 running for more than 15 mnts
echo "Script2 running too long" > log_script2
fi
if script 3 running for more than 20 mnts
echo "Script3 running too long" > log_script1
fi
if script 4 running for more than 25 mnts
echo "Script4 running too long" > log_script1
fi
Script5
...