|
Hi, Joyeg,
how to write the logic if the execution of a.sh is successful or not in b.sh?
a.sh contains some processes and if these processes goes in hang state it is obvious that a.sh would would not get executed, so In b.sh i want such a logic that theexit status of a.sh should be evaluated and the user should be notified by an email.
Thank You
|