engine-psx/buildshell.sh

10 lines
221 B
Bash
Executable file

#!/bin/bash
exec docker run -it --rm \
-v $(pwd):/source \
-v $(pwd):$(pwd) \
-w /source \
--network=host \
--add-host localhost:host-gateway \
luksamuk/psxtoolchain:latest \
/bin/bash