Hacker News new | ask | show | jobs
by zrail 1491 days ago
Yep, my standard bash header is set -eo pipefail with x if I need to see what's going on. This particular script didn't appear to be using pipes, as you say.