Second option for 'notegrep -sc'

This commit is contained in:
dmarakom6 2021-06-23 17:55:14 +03:00
parent 45dc8e6bd7
commit efe588b12d

View file

@ -122,7 +122,7 @@ function notegrep() {
check_params() {
case $option in
-sc)
-sc | --split-char)
. ~/.shellnotes/util/notegrep/sc.sh
;;
*)