diff --git a/Library/Contributions/examples/brew-grep b/Library/Contributions/examples/brew-grep new file mode 100755 index 0000000000..027f97c4c6 --- /dev/null +++ b/Library/Contributions/examples/brew-grep @@ -0,0 +1,3 @@ +#!/bin/bash + +grep $@ $HOMEBREW_REPOSITORY/Library/Formula/*