Skip to content

Instantly share code, notes, and snippets.

@sisimomo
Last active April 30, 2022 18:01
Show Gist options
  • Save sisimomo/22060ec49d3358fc9e7c9d796bc8720e to your computer and use it in GitHub Desktop.
Save sisimomo/22060ec49d3358fc9e7c9d796bc8720e to your computer and use it in GitHub Desktop.
#!/bin/bash
STATE=$(sudo tvservice --status)
if [[ $STATE == *"0x12000a"* ]]; then
echo "true"
else
echo "false"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment