BlackEco@lemmy.blackeco.com to Programming@programming.devEnglish · 3 months agoError handling in bashnotifox.comexternal-linkmessage-square29fedilinkarrow-up1106cross-posted to: linux@programming.dev
arrow-up1106external-linkError handling in bashnotifox.comBlackEco@lemmy.blackeco.com to Programming@programming.devEnglish · 3 months agomessage-square29fedilinkcross-posted to: linux@programming.dev
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·3 months agoExactly, if an unhandled error happened I want my program to terminate. -e is a better default.
Exactly, if an unhandled error happened I want my program to terminate.
-eis a better default.