minecraft-pi-reborn/scripts/ci/simulate.sh
2021-11-12 09:05:09 -07:00

7 lines
120 B
Bash
Executable File

#!/bin/sh
set -e
# Run
docker run --rm -v "$(pwd):/data" bitnami/minideb:buster sh -c "cd /data; ./scripts/ci/run.sh"