you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 2 years ago* (1 child)

set -euo pipefail

Fun fact, if you’re forced to write against POSIX shell, you aren’t allowed to use these options, since they’re not a thing, which is (part of) the reason why for example Google doesn’t allow any shell language but bash, lol.

  • source
  • parent
  • hideshow 2 child comments