Skip to content

Instantly share code, notes, and snippets.

@ramlev
Created April 22, 2013 17:52
Show Gist options
  • Save ramlev/5437072 to your computer and use it in GitHub Desktop.
Save ramlev/5437072 to your computer and use it in GitHub Desktop.
Restart OSX CoreAudio
#!/bin/sh
sudo kill $(ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment