#Following command enables debugging printing each executed command in # the terminal set -x #Following command disables the debugging option in the run of the script set +x