4 lines
112 B
Bash
4 lines
112 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
make && mkpsxiso -y config/OverlayExample.xml && prime-run pcsx-redux -run -iso OverlayExample.cue
|