BlackEco@lemmy.blackeco.com to Programming@programming.devEnglish · 8 days agoError handling in bashnotifox.comexternal-linkmessage-square29linkfedilinkarrow-up1109arrow-down11cross-posted to: linux@programming.dev
arrow-up1108arrow-down1external-linkError handling in bashnotifox.comBlackEco@lemmy.blackeco.com to Programming@programming.devEnglish · 8 days agomessage-square29linkfedilinkcross-posted to: linux@programming.dev
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·7 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.