brew-search: search homebrew/apache tap.
This commit is contained in:
parent
1bc460403b
commit
36497f2a5d
@ -34,8 +34,8 @@ module Homebrew extend self
|
||||
threads = []
|
||||
results = []
|
||||
threads << Thread.new { search_tap "josegonzalez", "php", rx }
|
||||
threads << Thread.new { search_tap "alanthing", "apachemod", rx }
|
||||
threads << Thread.new { search_tap "samueljohn", "python", rx }
|
||||
threads << Thread.new { search_tap "Homebrew", "apache", rx }
|
||||
threads << Thread.new { search_tap "Homebrew", "versions", rx }
|
||||
threads << Thread.new { search_tap "Homebrew", "dupes", rx }
|
||||
threads << Thread.new { search_tap "Homebrew", "games", rx }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user