Skip to content

Instantly share code, notes, and snippets.

@stand-sure
Created May 17, 2023 22:44
Show Gist options
  • Save stand-sure/264eec07c90f99dde499ded245e45d9f to your computer and use it in GitHub Desktop.
Save stand-sure/264eec07c90f99dde499ded245e45d9f to your computer and use it in GitHub Desktop.
upgrades brew packages and restarts the services that were updated
#! /usr/bin/env bash
brew upgrade | tee /tmp/brew.log
cat /tmp/brew.log | grep "brew services restart" | xargs -n 4 -L 1 -I {} sh -c "{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment