mac_update is a (Bash) shell script that updates a user-defined list of command line applications at once.

I grew a little frustrated with different command line applications (e.g. brew and tlmgr) and their different interfaces and inabilities to update them all at once. That is why I created a shell script that runs a bunch of commands at once to update the desired applications.

The script itself is quite simple and has just a handful of command line options, including options to add commands, delete command files and run in quiet mode.

A future release is also going to include the option to remove individual commands and better support for sudo updates in quiet mode.

More information can be found in the REAMDE on Github.