#!/usr/bin/env bash
set -euo pipefail

python3 -m daylily_ec.scripts.daylily_ssh_into_headnode "$@"
