Created
August 9, 2023 20:34
-
-
Save stand-sure/0e3048d22bb77309e9d400ce62ec9aeb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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