Commit c5b4613b authored by Maciej Motyka's avatar Maciej Motyka Committed by Marc Cornellà
Browse files

python: add recurse flag to pygrep (#8217)

As described in #7053
parent ba57b5c7
......@@ -11,5 +11,5 @@ function pyclean() {
}
# Grep among .py files
alias pygrep='grep --include="*.py"'
alias pygrep='grep -r --include="*.py"'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment