Livia Lima@programming.devM to Linux Upskill Challenge@programming.dev · 14 days agoDay 20 - Scriptinglinuxupskillchallenge.orgexternal-linkmessage-square1fedilinkarrow-up116arrow-down11cross-posted to: [email protected][email protected][email protected]
arrow-up115arrow-down1external-linkDay 20 - Scriptinglinuxupskillchallenge.orgLivia Lima@programming.devM to Linux Upskill Challenge@programming.dev · 14 days agomessage-square1fedilinkcross-posted to: [email protected][email protected][email protected]
minus-squarelurklurk@lemmy.worldlinkfedilinkarrow-up1·14 days agoNice article! Here’s another on how to make your bash scripts more robust: https://www.davidpashley.com/articles/writing-robust-shell-scripts/ Getting into the habit of starting my scripts with set -ue has saved me a lot of time
Nice article!
Here’s another on how to make your bash scripts more robust: https://www.davidpashley.com/articles/writing-robust-shell-scripts/
Getting into the habit of starting my scripts with
set -ue
has saved me a lot of time