Concept Flow - wait for background processes
Start script
Launch background process
Launch another background process
Use 'wait' command
Wait until all background processes finish
Continue script execution
End script
The script starts background tasks, then uses 'wait' to pause until all finish before continuing.