#!/usr/bin/sh
set -eu

exec "${GREETER_BIN:?GREETER_BIN not set}" "$@"
