I need to know if I can do a script execution list. I have 3 files. a.php, aa.php, aaa.php to run via linux cron job. You are scheduled to run a.php. Aa.php can only be executed once a.php is fully executed. The aaa.php only after the aa.php moment.
I would like to know if you have any way to run a script after another script is fully executed