brew-install now handles more than one argument
This commit is contained in:
parent
b58e44700a
commit
38530af028
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
seconds=0
|
||||
minutes=0
|
||||
brew install $1 &
|
||||
brew install "$@" &
|
||||
while true; do
|
||||
ps -p$! 2>& 1>/dev/null
|
||||
if [ $? = 0 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue