diff options
| author | Adam Vandenberg | 2011-03-12 13:26:45 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-12 13:26:45 -0800 |
| commit | ddb8d1cd95d8c0562ddb1a8df3f4701aa7e95ed1 (patch) | |
| tree | 3a94b13a820702437bfe228f74eca8712903e1a8 /Library | |
| parent | 79d8d16184172f1aa4fabf0c4aa8017a9a3b0361 (diff) | |
| download | brew-ddb8d1cd95d8c0562ddb1a8df3f4701aa7e95ed1.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/* |
