TIL about https://www.shellcheck.net, an open-source tool that can find bugs in your shellscripts!
… it certainly finds bugs in *my* shellscripts. /o\ #bangbangcon
TIL about https://www.shellcheck.net, an open-source tool that can find bugs in your shellscripts!
… it certainly finds bugs in *my* shellscripts. /o\ #bangbangcon
@blinry might as well admit I'm going to keep writing .sh ...
# This is bash. Be safe out there.
set -e
set -u