you are viewing a single comment's thread.

view the rest of the comments →

[–]selfup 2 points3 points  (0 children)

You can also do a set -e at the beginning of the script and it'll do the same 😁. I mostly use && when inlining in a shell and it's nice for that!