You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
325 B
11 lines
325 B
#!/bin/bash
|
|
|
|
echo "Switching on remote router."
|
|
/usr/sbin/beacon -d "APRX29" -s ax2 ':PE1RXF-5 :33{33'
|
|
/usr/bin/sleep 30
|
|
echo "Switching on QRP-Labs QDX radio."
|
|
/usr/sbin/beacon -d "APRX29" -s ax2 ':PE1RXF-5 :37{37'
|
|
/usr/bin/sleep 30
|
|
echo "Switching on remote server."
|
|
/usr/sbin/beacon -d "APRX29" -s ax2 ':PE1RXF-5 :35{35'
|
|
|
|
|