test.sh 290 B

12345678910
  1. #!/bin/sh
  2. basedir="$(dirname "$0")"
  3. [ "$(echo "$basedir" | cut -c1)" = '/' ] || basedir="$PWD/$basedir"
  4. QUERY_STRING="domain=mydomain&user=me&pw=123&ip4=127.0.0.1&ip6=1::&ip6pfx=1::&dualstack=1" \
  5. "$basedir/../dyndns-update" -c "$basedir/test.conf" || exit 1
  6. echo
  7. cat /tmp/test_mydomain