engine-psx/buildshell.sh

9 lines
156 B
Bash
Raw Normal View History

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