Skip to content

Instantly share code, notes, and snippets.

@stand-sure
Created August 9, 2023 20:34
Show Gist options
  • Save stand-sure/0e3048d22bb77309e9d400ce62ec9aeb to your computer and use it in GitHub Desktop.
Save stand-sure/0e3048d22bb77309e9d400ce62ec9aeb to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
brew services list | grep started | cut -f 1 -d ' ' | xargs -n 1 brew services restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment