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