3 lines
79 B
Text
3 lines
79 B
Text
|
#!/bin/sh
|
||
|
|
||
|
hue lights 43 | grep -q off && hue lights 43 on || hue lights 43 off
|