#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 11 days agoRulesh.itjust.worksimagemessage-square129linkfedilinkarrow-up1486arrow-down119
arrow-up1467arrow-down1imageRulesh.itjust.works#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 11 days agomessage-square129linkfedilink
minus-squareT. Hex@lemmy.dbzer0.comlinkfedilinkarrow-up19·11 days agoNope, this launches all those commands in parallel. Logical and is &&.
minus-squarecanaryWart@programming.devlinkfedilinkarrow-up1·10 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