pcsx-redux/dockermake.sh

11 lines
292 B
Bash
Raw Permalink Normal View History

#!/bin/sh
ROOT=$(dirname $0)
2019-09-10 23:09:51 -04:00
CWD=$(pwd)
cd $ROOT
ROOT=$(pwd)
cd $CWD
docker pull ghcr.io/grumpycoders/pcsx-redux-build:latest
docker run --rm --env-file ${ROOT}/env.list -i -w/project${CWD#$ROOT} -v "${ROOT}:/project" -u `id -u`:`id -g` ghcr.io/grumpycoders/pcsx-redux-build:latest make $@