mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
4 lines
91 B
Bash
Executable File
4 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
src/dosbox-x -c 'config -all -wc dosbox-x.reference.conf' -c 'exit' || exit 1
|
|
|