Hacker News new | ask | show | jobs
by oblio 3275 days ago
Then you have the age old problem: what if one of the tasks in your pipeline(s) fails?
1 comments

  set -o pipefail -o errexit
Add more options to taste.
https://stackoverflow.com/questions/29532904/bash-subshell-e...

Not pipefail as such, but Bash's error handling semantics (or lack there of) is pretty lame.