I have a shell script file for monitoring my application, this script will be executed every 10 min by setting cron job.
I would like to some more script files which are related to monitoring should be executed along with master file. So I would like to include my scripts to master file. How to run those sh file from master sh file