cmd1 && cmd2 && cmd3 | | | v v v target: cmd1 cmd2 cmd3 This makes the script (cmd1 && cmd2 && cmd3) slightly easier to debug. No functional change expected.