Automating

Hi All,

I have a shell script that is integrated with a fault management system. It periodically monitors the system and raises an alarm. This script has different functions and it accepts input from us on the console. Is there any way to invoke it using a shell script ?

Please advise.

Thanks.

Yes, but why? It is already a shell script. What new behaviors do you need?

Yes, call the script with desired input parameter.. or if you want some real help.. please try to elaborate in some good details.