v3-revamp
This commit is contained in:
@@ -29,6 +29,8 @@ color_gray() { printf "%b%s%b\n" "$GRAY" "$*" "$RESET"; }
|
|||||||
#------------------------------------------
|
#------------------------------------------
|
||||||
# Debug Flag Initialization
|
# Debug Flag Initialization
|
||||||
#------------------------------------------
|
#------------------------------------------
|
||||||
|
clear # Wipes the terminal history view cleanly
|
||||||
|
|
||||||
export DEBUG_MODE=false
|
export DEBUG_MODE=false
|
||||||
if [[ "${1:-}" == "-d" || "${1:-}" == "--debug" ]]; then
|
if [[ "${1:-}" == "-d" || "${1:-}" == "--debug" ]]; then
|
||||||
export DEBUG_MODE=true
|
export DEBUG_MODE=true
|
||||||
|
|||||||
Reference in New Issue
Block a user