Created
February 18, 2021 13:22
-
-
Save eliocapelati/7f4dd155b000577a3f392985e2e026ac to your computer and use it in GitHub Desktop.
Restart bluetooh service on Mac
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 | |
sudo launchctl stop com.apple.bluetoothd | |
sudo launchctl start com.apple.bluetoothd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment