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

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