Skip to content

Instantly share code, notes, and snippets.

@gmcerveny
Created January 11, 2013 15:39
Show Gist options
  • Save gmcerveny/4511596 to your computer and use it in GitHub Desktop.
Save gmcerveny/4511596 to your computer and use it in GitHub Desktop.
fix airplay
alias fixairplay="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