What I am exactly want to do: I have 5 live-build directories. In each I am starting my own script, which is setting variables and so on for the individual build and does some other things (rennamin and copying the resulted ISO and so on).
As each build must be started within the live-build directory, I would have to wait, if the first build is ready, then cd into the net live-buil and so on, until all five are ready. This is lasting much too long, so I would like, to run all 5 scripts in parallel, and this should be started from a master script, which I can execute from anywhere, i.e. from the home of root or /usr/sbin. You certain have recognized: All these scripts must be run as root, but this is another case and does not matter here. If bash does not offer this option, I will find another way, but I hope, someone more experienced with shellscripts or bash might have a quick solution. If not, no problem, it does not harm anyone. Best Hans