Exit Shell script with error if any command fails
I wrote a Bash script today to automate my code review process and I noticed that even when certain commands in the workflow fail, the script still executes the remaining commands. For example, let's say I have two commands that run synchronously: git...