Skip to content

Instantly share code, notes, and snippets.

@eliocapelati
Created February 18, 2021 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliocapelati/7f4dd155b000577a3f392985e2e026ac to your computer and use it in GitHub Desktop.
Save eliocapelati/7f4dd155b000577a3f392985e2e026ac to your computer and use it in GitHub Desktop.
Restart bluetooh service on Mac
#!/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