6 lines
68 B
Bash
Executable file
6 lines
68 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Switches on the led-board.
|
|
|
|
apc-switch 23 on
|
|
sleep 1
|