Skip to content

Instantly share code, notes, and snippets.

@paulkagiri
Created July 25, 2019 07:55
Show Gist options
  • Select an option

  • Save paulkagiri/e25a0a6c940f69d9e8034172df675385 to your computer and use it in GitHub Desktop.

Select an option

Save paulkagiri/e25a0a6c940f69d9e8034172df675385 to your computer and use it in GitHub Desktop.
Restart Bluetooth Module macOS Sierra
#!/bin/bash
sudo launchctl stop com.apple.blued
sudo launchctl start com.apple.blued
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment