#!/usr/bin/env sh
echo "$@"
echo "EKSCTL_VERSION=$EKSCTL_VERSION"
>&2 echo "stderr outputted"
exit 0
