From my linux experience...
Nice feature of double pipe "||":$ command1 || command2This means that command2 will be run if the command1 fails.
$ command1 || command2
No comments:
Post a Comment