Mutliple Commands given in php-commands run in parallel. It is possible to run multpile commands in sequence when given as sh -c 'command1 ; command2 ...' but the syntax is rather clunky. Supporting it as an array for commands given a single name would be much better to read.