#!/usr/bin/env sh

# shellcheck disable=SC2059
printf "$@" 1>&2

exit 1
