Last active
August 29, 2015 14:01
-
-
Save nickserv/5391cf28452176261d55 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
# Sometimes when you use AirPlay, your Mac's audio may die. | |
# If so, you can run this script to restart coreaudiod, which should fix your problem. | |
# Note that this may be slightly interactive because it uses sudo. | |
sudo killall coreaudiod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment