Created
December 28, 2016 12:52
-
-
Save asus4/f345404e9f3827d424c8aad844070d45 to your computer and use it in GitHub Desktop.
Restart bluetooth from Alfred ( require https://github.com/toy/blueutil )
This file contains hidden or 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
/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