Hacker News new | ask | show | jobs
by GauntletWizard 3374 days ago
The other one worth recommending: -o pipefail; Which makes: false | true count as an error, where otherwise it would be ignored.