Skip to content

Instantly share code, notes, and snippets.

@baybatu
Created January 14, 2021 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baybatu/53fbaac79940ad462facc51f86ce22b9 to your computer and use it in GitHub Desktop.
Save baybatu/53fbaac79940ad462facc51f86ce22b9 to your computer and use it in GitHub Desktop.
restart sound nanesi on macos
#!/bin/bash
sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment