Created
November 21, 2014 20:34
-
-
Save ryanemmm/a42b2c49be8cb43f2f49 to your computer and use it in GitHub Desktop.
bounce bluetooth (trying to reconnect mouse)
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
#bounce bluetooth | |
set unload to "kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport" | |
set load to "kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport" | |
do shell script unload with administrator privileges | |
do shell script load with administrator privileges |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment