-
-
Save aiolos/9f5ac474c7a58da5850c6c4415c30bc4 to your computer and use it in GitHub Desktop.
This file contains 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 | |
# Receiver On | |
curl -o /dev/null http://192.168.1.177/?code=A55A58A7\&p=2\&r=5\&f=40\&d=20 | |
# TV On | |
curl -o /dev/null http://192.168.1.177/?code=E0E09966\&p=3\&r=1 | |
# Receiver AppleTV input | |
curl -o /dev/null http://192.168.1.177/?code=A55AA15E\&p=2\&r=3\&f=40\&d=20 | |
# Samsung HDMI3 | |
curl -o /dev/null http://192.168.1.177/?code=E0E043BC\&p=3\&r=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment