9 lines
136 B
Bash
Executable file
9 lines
136 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Switches on the music computer.
|
|
apc-switch 13 off
|
|
sleep 10
|
|
apc-switch 13 on
|
|
|
|
# Amplifier and KVM switch
|
|
apc-switch 20 on
|