mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
#! /bin/bash
|
|
# alias: brew foo-test
|
|
#: * `foo-test` [args...]
|
|
#: `brew foo-test` is an alias for `brew bar`
|
|
brew bar $*
|
|
|