Debug bash script

Start your bash script with bash -x ./script.sh or add in your script set -x to see debug output.

Last updated

Was this helpful?