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 $*
|
|
|