11 lines
151 B
Bash
Executable file
11 lines
151 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Switches on the music computer.
|
|
apc-switch 13 off
|
|
sleep 5
|
|
apc-switch 13 on
|
|
sleep 1
|
|
|
|
# Amplifier and KVM switch
|
|
apc-switch 20 on
|
|
sleep 1
|