engine-psx/buildshell.sh

11 lines
221 B
Bash
Raw Normal View History

2024-07-16 20:56:21 -03:00
#!/bin/bash
exec docker run -it --rm \
-v $(pwd):/source \
-v $(pwd):$(pwd) \
2024-07-16 20:56:21 -03:00
-w /source \
2024-09-13 01:41:22 -03:00
--network=host \
--add-host localhost:host-gateway \
2024-07-16 20:56:21 -03:00
luksamuk/psxtoolchain:latest \
/bin/bash