#!/usr/bin/env bash # Run a windowed client. With no arguments it opens the connect menu. # tools/client.sh --join --name ada # skip the menu # tools/client.sh --join --host 10.0.0.5 # tools/client.sh --listen # listen server: host and play set -euo pipefail cd "$(dirname "$0")/.." GODOT="${GODOT:-godot}" exec "$GODOT" --path . -- "$@"