#################################################################
# Tune to a specific TG/Reflector/Server, etc
# Argument 1 is the TG to tune to. The argument is mode specific.
function tune() {
if [ $# -eq 0 ]; then
getABInfoValue last_tune
else
remoteControlCommand "txTg=$1"
tune passw0rd@...
fi
}
© 2022 Groups.io