From: frrobert2 Date: Fri, 14 May 2021 01:51:37 +0000 (-0400) Subject: Added strict option X-Git-Url: https://software.frrobert.com/lace/commitdiff_plain/136feb6c8c2e8b2d70da554e264445baed116dc6 Added strict option --- diff --git a/lace b/lace index 14d2183..d97f0bb 100755 --- a/lace +++ b/lace @@ -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() {