The OR list operator is :
In the following example:
the command2 is executed if, and only if, command1 returns a non-zero exit status (false).
OR lists are executed with left associativity.
The return status is the exit status of the last command executed in the list.