Add files via upload

Simple Yet Powerful Tool: Allows you to Easily update, upgrade, and clean up Homebrew packages on your macOS system.
This commit is contained in:
Narsty
2023-05-15 00:29:55 -05:00
committed by GitHub
parent 1ad11ffb20
commit a3804c6c85
@@ -0,0 +1,24 @@
REM opens the Terminal application and runs a series of commands
REM to update, upgrade, and clean up Homebrew packages.
REM Author: Narsty
REM Title: Homebrew Update and Cleanup Utility
REM Target: MacOS
REM Version: 1.0
REM Category: Utility
DELAY 500
GUI SPACE
DELAY 500
STRING terminal
DELAY 500
ENTER
DELAY 1000
STRING brew update && brew upgrade && brew cleanup
DELAY 1000
ENTER