engine-psx/dockershell.sh
2025-02-09 15:36:04 -03:00

10 lines
207 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 \
sonicxa:latest \
/bin/bash