You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# set -o pipefail: the return value of a pipeline (|) is the value of the last (rightmost) command to exit with a non-zero status, or zero if all commands in the pipeline exit successfully.