BlackEco@lemmy.blackeco.com to Programming@programming.devEnglish · 23 days agoError handling in bashnotifox.comexternal-linkmessage-square29fedilinkarrow-up1108cross-posted to: linux@programming.dev
arrow-up1108external-linkError handling in bashnotifox.comBlackEco@lemmy.blackeco.com to Programming@programming.devEnglish · 23 days agomessage-square29fedilinkcross-posted to: linux@programming.dev
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·23 days 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.