#!/bin/sh # Play the demo (generates it first if missing). # Headless surfaces live in the companion binary: # cargo run -p mrpci-core --bin mrpci-headless -- --help set -e [ -f games/neon-precinct/game.json ] || cargo run -q -p mrpci-core --bin mrpci-headless -- --sample exec cargo run -p mrpci "$@"