#!/bin/sh if [ $# -ne 1 ]; then echo "$0 ip-address interface" echo " ip-address: where to find the OpenWRT device" exit 1 fi my_ip=$1; shift cat <