Added strict option
authorfrrobert2 <frrobert@stnectarios.org>
Fri, 14 May 2021 01:51:37 +0000 (21:51 -0400)
committerfrrobert2 <frrobert@stnectarios.org>
Fri, 14 May 2021 01:51:37 +0000 (21:51 -0400)
lace

diff --git a/lace b/lace
index 14d218329d25a0fd403adac3b1dfa4a9b947e47e..d97f0bb36cc934c97d61fd0b0c46dfacff79cfe1 100755 (executable)
--- 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() {