CodexGameDev/experiments/009_catalyst_ascent/run.sh
ookami125 089d28869b 009
2026-08-18 02:25:03 -04:00

10 lines
272 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
EXPERIMENT_DIR="$(cd "$(dirname "$0")" && pwd)"
REPO_ROOT="$(cd "$EXPERIMENT_DIR/../.." && pwd)"
exec python3 "$REPO_ROOT/tools/playtest_server.py" \
--directory "$REPO_ROOT" \
--log-directory "$REPO_ROOT/JSONL" \
--port 8000