aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-12 13:26:45 -0800
committerAdam Vandenberg2011-03-12 13:26:45 -0800
commitcd5098b9a3c195de16c0181759dc1f66926c063a (patch)
tree45b897fcce42ff5df6063a195da3cc27b5a5dbd4 /Library
parentc85297c7a2567a1c10fcdcca7bef8e5674d9ddd5 (diff)
downloadhomebrew-cd5098b9a3c195de16c0181759dc1f66926c063a.tar.bz2
Add 'brew grep' external command.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/examples/brew-grep3
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/*