add option for verbose mode (#859)

This commit is contained in:
tteckster 2022-12-22 15:04:51 -05:00 committed by GitHub
parent 01bfd71633
commit cb327cd55c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
123 changed files with 748 additions and 5 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
YW=$(echo "\033[33m")
BL=$(echo "\033[36m")
RD=$(echo "\033[01;31m")