Shell Scripting
Bash scripting fundamentals: variables, conditionals, loops, functions, error handling. Use set -euo pipefail. Always quote variables. Check scripts with shellcheck.
Bash scripting fundamentals: variables, conditionals, loops, functions, error handling. Use set -euo pipefail. Always quote variables. Check scripts with shellcheck.