Skip to content

Instantly share code, notes, and snippets.

@tomlea
Created October 27, 2014 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomlea/95929ee8ecd7d7315b13 to your computer and use it in GitHub Desktop.
Save tomlea/95929ee8ecd7d7315b13 to your computer and use it in GitHub Desktop.
Control your XBox One from the OS X command line!
#!/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