Skip to content

Instantly share code, notes, and snippets.

@Bouni
Created January 29, 2018 15:38
Show Gist options
  • Save Bouni/5f564d5986aab1e8ab29721fdc3faa48 to your computer and use it in GitHub Desktop.
Save Bouni/5f564d5986aab1e8ab29721fdc3faa48 to your computer and use it in GitHub Desktop.
CEC script for turning TV on
#!/bin/sh
# Turn TV on using CEC
echo "on 0" | cec-client -s -d 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment