mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
7 lines
245 B
Bash
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 -- "$@"
|