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