diff options
| author | Adam Vandenberg | 2011-03-12 13:26:45 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-12 13:26:45 -0800 |
| commit | cd5098b9a3c195de16c0181759dc1f66926c063a (patch) | |
| tree | 45b897fcce42ff5df6063a195da3cc27b5a5dbd4 /Library | |
| parent | c85297c7a2567a1c10fcdcca7bef8e5674d9ddd5 (diff) | |
| download | homebrew-cd5098b9a3c195de16c0181759dc1f66926c063a.tar.bz2 | |
Add 'brew grep' external command.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/examples/brew-grep | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Contributions/examples/brew-grep b/Library/Contributions/examples/brew-grep new file mode 100755 index 000000000..027f97c4c --- /dev/null +++ b/Library/Contributions/examples/brew-grep @@ -0,0 +1,3 @@ +#!/bin/bash + +grep $@ $HOMEBREW_REPOSITORY/Library/Formula/* |
