diff --git a/openwrt/openwrt-add-usb-stick.sh b/openwrt/openwrt-add-usb-stick.sh new file mode 100755 index 0000000..3637ca0 --- /dev/null +++ b/openwrt/openwrt-add-usb-stick.sh @@ -0,0 +1,28 @@ +#!/bin/sh +# Nico Schottelius +# 2021-01-07 +# Based on https://openwrt.org/docs/guide-user/storage/usb-drives-quickstart + +if [ $# -ne 1 ]; then + echo "$0 ip-address nat64-prefix" + echo " ip-address: where to find the OpenWRT device" + exit 1 +fi + +my_ip=$1; shift + +cat <