#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 14 days agoRulesh.itjust.worksimagemessage-square129linkfedilinkarrow-up1486
arrow-up1486imageRulesh.itjust.works#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 14 days agomessage-square129linkfedilink
minus-squareT. Hex@lemmy.dbzer0.comlinkfedilinkarrow-up19·13 days agoNope, this launches all those commands in parallel. Logical and is &&.
minus-squarecanaryWart@programming.devlinkfedilinkarrow-up1·12 days agoAnd strict mode (set -e) is off
Nope, this launches all those commands in parallel. Logical and is
&&.And strict mode (
set -e) is off