#!/bin/sh # Play NOMEANSNO QUEST. Expects the MRPCI engine checked out at ../mrpci. set -e DIR="$(cd "$(dirname "$0")" && pwd)" exec cargo run -p mrpci --manifest-path "$DIR/../mrpci/Cargo.toml" -- --game "$DIR" "$@"