Add debugging

This commit is contained in:
Tiago Programmer 2019-12-20 15:21:26 +00:00 committed by GitHub
parent fd9a31365f
commit 7fb8e9fa8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,9 @@
OPTERR=1
# Separator (useful for simulate arrays)
G_IFS=" "
# Debugging variables
set -e
set -x
# Global Variables
G_VERSION="2019.10.17"