7 lines
85 B
Bash
Executable file
7 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Switches on the phones.
|
|
poe-switch 1 1
|
|
sleep 1
|
|
poe-switch 2 1
|
|
sleep 1
|