Hi all,
i am using sos job scheduler which support many language.i accept the shell script to write jobs but i am not a shell script writer.i want to implement a following points in job scheduler:
- execute a shell script A. script A return "success" if time is between 6:00AM and 3PM.else it return "fail".
- on "success" execute a shell script C or on "Fail" it execute shell script B.
- Script B and Script C send email with“Success” or “Failure” in subject line.
please help me to sortout the above discuss problem.
Thanks