Bash Tipsset -x: Show debug info set -e: Exit on error set -u: Exit on unset variable is usedYou can set these flags from terminal when calling script:$ bash -vx ./my-script test