Skip to content

Instantly share code, notes, and snippets.

@asus4
Created December 28, 2016 12:52
Show Gist options
  • Save asus4/f345404e9f3827d424c8aad844070d45 to your computer and use it in GitHub Desktop.
Save asus4/f345404e9f3827d424c8aad844070d45 to your computer and use it in GitHub Desktop.
Restart bluetooth from Alfred ( require https://github.com/toy/blueutil )
/usr/local/bin/blueutil power 0
sleep 1
/usr/local/bin/blueutil power 1
osascript -e 'display notification "Restarted" with title "Bluetooth" '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment