From 401973657f4f19b8d47c52b577f1053f1d216966 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Tue, 24 Aug 2021 13:13:49 -0400 Subject: [PATCH] Add _setColors_ --- scriptTemplate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scriptTemplate.sh b/scriptTemplate.sh index bc05a52..7bd6179 100755 --- a/scriptTemplate.sh +++ b/scriptTemplate.sh @@ -423,6 +423,7 @@ set -o pipefail # Use last non-zero exit code in a pip # shopt -s nullglob globstar # Make `for f in *.txt` work when `*.txt` matches zero files IFS=$' \n\t' # Set IFS to preferred implementation # set -o xtrace # Run in debug mode +_setColors_ # Initialize color constants set -o nounset # Disallow expansion of unset variables # [[ $# -eq 0 ]] && _parseOptions_ "-h" # Force arguments when invoking the script _parseOptions_ "$@" # Parse arguments passed to script