Skip to content

Instantly share code, notes, and snippets.

View oldpiano's full-sized avatar

oldpiano oldpiano

View GitHub Profile
@oldpiano
oldpiano / restart_bluetooth.sh
Created February 10, 2017 01:16 — forked from nicolasembleton/restart_bluetooth.sh
Restart Bluetooth Daemon on Mac OS X without restarting
#!/bin/bash
sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport