Hello, I am working with a simulator that uses rcS scripts to load, this is my script
cd /tests ./test1 & ./test2 & ./test3 & ./test4 exit
What I want is to run the whole test at the same time and that the exit command is only executed when all previous tests have completed. And not only when test 4 is over, is this possible ?. Thanks.
source share