Files
CosmicClash/deploy/cosmic-clash-server
T
2026-08-21 18:38:30 +01:00

7 lines
245 B
Bash

#!/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 -- "$@"