From efe588b12dba87650f63c34808c916e46fb14f62 Mon Sep 17 00:00:00 2001 From: dmarakom6 Date: Wed, 23 Jun 2021 17:55:14 +0300 Subject: [PATCH] Second option for 'notegrep -sc' --- util/notegrep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/notegrep.sh b/util/notegrep.sh index e248f91..a573908 100644 --- a/util/notegrep.sh +++ b/util/notegrep.sh @@ -122,7 +122,7 @@ function notegrep() { check_params() { case $option in - -sc) + -sc | --split-char) . ~/.shellnotes/util/notegrep/sc.sh ;; *)