-
-
Save tomlea/95929ee8ecd7d7315b13 to your computer and use it in GitHub Desktop.
Control your XBox One from the OS X command line!
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/bin/env bash | |
if [ "x$1" == 'xoff' ] | |
then | |
$0 turn off | |
sleep 1 | |
say yes | |
else | |
say X box $* | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment