bestelbus22@lemmy.world to Programmer Humor@programming.dev · 2 days agoFor that modern web feelinglemmy.worldimagemessage-square43linkfedilinkarrow-up1373arrow-down14
arrow-up1369arrow-down1imageFor that modern web feelinglemmy.worldbestelbus22@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square43linkfedilink
minus-squareyetAnotherUser@discuss.tchncs.delinkfedilinkarrow-up1·17 hours 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.