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
In bash syntax, the semicolon allows the previous command to fail and still run the next command in
the chain. In this case we do not want that to occur as the gunzip/tar/gzip commands are all
tightly coupled together, so if one fails the entire chain should fail.
0 commit comments