E3372-bash/e3372-dataswitch-on.sh
2021-03-22 23:25:39 +03:00

8 lines
197 B
Bash
Executable File

#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
. "$DIR/include.sh"
get_token
post_xml "dialup/mobile-dataswitch" \
"<request><dataswitch>1</dataswitch></request>"