#!/bin/sh
arg="$1"
if [ "${arg:0:1}" != "!" ]; then
  exit 1
fi
path=$(dirname "$0")
${path}/ipv4-address "${arg:1}"