Created
January 29, 2018 15:38
-
-
Save Bouni/5f564d5986aab1e8ab29721fdc3faa48 to your computer and use it in GitHub Desktop.
CEC script for turning TV on
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
#!/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