From: frrobert2 Date: Fri, 14 May 2021 01:58:23 +0000 (-0400) Subject: Added strict option X-Git-Url: https://software.frrobert.com/lace/commitdiff_plain/0e3fdfd1d6ad818001bdb3d12223d06d817e6936 Added strict option --- diff --git a/laced b/laced index d779bb7..ae8c825 100755 --- a/laced +++ b/laced @@ -21,6 +21,12 @@ red="[31m" blue="[34m" nc="[m" esc=$(echo -e "\033") + if [[ "$1" == "strict" ]] || [[ "$1" == "--strict" ]] || [[ "$1" == "-strict" ]] || [[ "$1" == "-s" ]];then + red="" + blue="" + nc="" + esc="" + fi tmpfile=$(mktemp /tmp/lace.XXXXXX) tmpfile2=$(mktemp /tmp/lace.XXXXXX) function reldate() {