This commit is contained in:
fred 2025-06-18 13:26:52 -07:00
parent 1ad241d6e1
commit cfbdca17d8
3 changed files with 94 additions and 1 deletions

2
cec.sh
View file

@ -13,7 +13,7 @@ tv_off() {
if [[ -z "$1" ]]; then
if grep -q off ~/scripts/PJ/tv_state; then
tv_on
elif grep -q on ~/scripts/PJ/tv_state; then
else
tv_off
fi
elif [[ $1 = "on" ]]; then