Created
June 26, 2015 08:43
-
-
Save kanekoa/bdbd8a5da6a884a039f6 to your computer and use it in GitHub Desktop.
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
| tell application "System Events" | |
| key code 144 using command down | |
| end tell | |
| do shell script "/usr/local/bin/blueutil power 0" | |
| delay 15 | |
| do shell script "/usr/local/bin/blueutil power 1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment