#!/bin/sh
#
# empty overlay file
#

me="[$(printf $0 | xargs basename)]"

echo "${me} Enter empty overlay file"

echo "${me} Exit"

exit 0
