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
commitddb8d1cd95d8c0562ddb1a8df3f4701aa7e95ed1 (patch)
tree3a94b13a820702437bfe228f74eca8712903e1a8 /Library
parent79d8d16184172f1aa4fabf0c4aa8017a9a3b0361 (diff)
downloadbrew-ddb8d1cd95d8c0562ddb1a8df3f4701aa7e95ed1.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/*