#!/usr/bin/env bash

set -e -u -o pipefail

echo "$@"

if [[ $# -eq 1 ]] && [[ $1 = "-V" ]]; then
    >&2 echo "OpenSSH_9.0p1, LibreSSL 3.3.6"
fi
