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 -e" means the shell will stop executing the script if a command fails, instead of moving to the next one.
this means we don't need to concatenate commands with &&.
0 commit comments