File subversion.svngrep.sh of Package subversion.openSUSE_Leap_42.2_Update

#!/bin/sh
find \( -path '*/.pc' -o -path '*/.svn' -o -path '*/.git' -o -path '*/.hg' \) -prune -o -type f -print0 | xargs -0 grep "$@"
openSUSE Build Service is sponsored by