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