#!/usr/bin/env sh
# Native and container launcher for the dedicated export. Its server boot scene
# is baked into the dedicated artifact during the Docker export stage.
set -eu

exec "$(dirname "$0")/CosmicClashServer.x86_64" --headless -- "$@"
