📅  最后修改于: 2022-03-11 14:50:24.408000             🧑  作者: Mango
#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