Link m.py to notegrep main file
This commit is contained in:
parent
5f17734898
commit
f1bd806975
1 changed files with 3 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue