Hacker News new | ask | show | jobs
by mrAssHat 842 days ago
https://mywiki.wooledge.org/BashPitfalls#set_-euo_pipefail
1 comments

Thanks for the reference! Seems like a really good resource. I disagree with the reasoning about pipefail though. If I expect a command to return non-zero exit code I'd rather be explicit about it.