4 lines
59 B
Bash
4 lines
59 B
Bash
#!/bin/bash
|
|
|
|
# Turn on LEDs in the lounge
|
|
apc-switch 24 on
|
#!/bin/bash
|
|
|
|
# Turn on LEDs in the lounge
|
|
apc-switch 24 on
|