Link m.py to notegrep main file

This commit is contained in:
dmarakom6 2021-07-02 11:38:30 +03:00
parent 5f17734898
commit f1bd806975

View file

@ -135,6 +135,9 @@ function notegrep() {
;;
-ws | --without-string )
. ~/.shellnotes/util/notegrep/ws.sh
;;
-m | --multiple )
python3 ~/.shellnotes/util/notegrep/m.py $regex $notename
;;
*)
echo "Invalid parameter. Proceeding in normal grep mode."