minecraft-pi-reborn/run.sh
2020-09-25 12:58:37 -04:00

13 lines
105 B
Bash
Executable File

#!/bin/sh
set -e
virgl_test_server &
PID="$!"
xhost local:root
sudo docker-compose up
kill "${PID}"