Hacker News new | ask | show | jobs
by Fiahil 2126 days ago
This is great!

What about "set -euxo pipefail"? I see you were using eprintln before the commands, could we have a "set" macro that would do that for us?

1 comments

You can consider it was enabled by default, and any failed command would return error unless you mask it with “xx || true”.