bestelbus22@lemmy.world to Programmer Humor@programming.dev · 21 days agoFor that modern web feelingimagemessage-square44linkfedilinkarrow-up1382arrow-down13
arrow-up1379arrow-down1imageFor that modern web feelingbestelbus22@lemmy.world to Programmer Humor@programming.dev · 21 days agomessage-square44linkfedilink
minus-squareyetAnotherUser@discuss.tchncs.delinkfedilinkarrow-up1·20 days agoOnly thing I can recommend (as well as for literally any script) is using set -u. Only because it’s awful to debug unset variables and there’s never a use case for using unset variables.
Only thing I can recommend (as well as for literally any script) is using set -u. Only because it’s awful to debug unset variables and there’s never a use case for using unset variables.