mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +00:00
grep.sh: exclude SVG image files from searches
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7e92e1adb0
commit
144933e881
1 changed files with 1 additions and 1 deletions
2
grep.sh
2
grep.sh
|
@ -7,6 +7,6 @@ packs=("kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps")
|
|||
for p in "${packs[@]}";do
|
||||
echo "Searching $p..."
|
||||
cd "$p"
|
||||
git grep $@ || true
|
||||
git grep $@ ":(exclude)*.svg" || true
|
||||
cd ..
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue