Do a shellcheck / shfmt run on shellscripts
Fix SC2145: Argument mixes string and array. Use * or separate argument. Fix SC2162: read without -r will mangle backslashes. Fix SC2086: Double quote to prevent globbing and word splitting. Fix SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Please register or sign in to comment