# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <info@minifree.org>
err()
{
printf "ERROR %s: %s\n" "${0}" "${1}" 1>&2
exit 1
}