brew-install now handles more than one argument

This commit is contained in:
William S Fulton 2021-02-20 10:49:01 +00:00
commit 38530af028

View file

@ -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