mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
7 lines
196 B
Bash
Executable File
7 lines
196 B
Bash
Executable File
#!/bin/bash
|
|
src/dosbox-x -defaultconf -defaultdir . -exit -fastlaunch -c 'config -all -wcp dosbox-x.reference.conf' || exit 1
|
|
|
|
# Convert to Unix format if needed
|
|
dos2unix dosbox-x.reference.conf
|
|
|