7 lines
75 B
Bash
7 lines
75 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
brew update
|
||
|
brew upgrade
|
||
|
brew autoremove
|
||
|
brew cleanup
|