8 lines
170 B
Bash
Executable file
8 lines
170 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# Power off bedroom MythTV, turn off backlight leds.
|
|
#
|
|
|
|
tellstickController --set bedroom_mythtv_power off
|
|
tellstickController --set bedroom_mythtv_leds off
|
|
|