README
This commit is contained in:
parent
1ad241d6e1
commit
cfbdca17d8
3 changed files with 94 additions and 1 deletions
2
cec.sh
2
cec.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue