#! /bin/sh
# aoe-revalidate

if test -z "$*"; then
	echo 1>&2 Usage: $0 'e{major}.{minor}'
	exit 1
fi
printf '%s' "$*" > /dev/etherd/revalidate

