Technically I could write one command like this and go get a coffee:
cd dir1 && task1 && cd ../dir2 && task2 some arg && etc
But then the task would only start executing when I'm done typing all commands... I want it to start task1 right away and then tkae my time to enter the rest...