#!/bin/sh if [ $# -ne 1 ]; then echo "$0 ip-address nat64-prefix" echo " ip-address: where to find the OpenWRT device" echo " nat64-prefix: which network to use for outgoing 'ipv4' (f.i. 2a0a:e5c0:2:10::/96)" echo " ip-address: where to find the OpenWRT device" exit 1 fi my_ip=$1; shiftnat64_prefix=$1; shift cat <