From ddb8d1cd95d8c0562ddb1a8df3f4701aa7e95ed1 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 12 Mar 2011 13:26:45 -0800 Subject: [PATCH] Add 'brew grep' external command. --- Library/Contributions/examples/brew-grep | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 Library/Contributions/examples/brew-grep 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/*