how to run multiple shell scripts in parallel
- by tom smith
I've got a few test scripts, each of which runs a test php app.
Each script runs forever.
So, cat.sh, dog.sh, and foo.sh, each run a php script, and each shell script runs the php app in a loop, so it runs forever, sleeping after each run.
I'm trying to figure out how to run the scripts in parallel, and at the same time, see the output of the…