mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 18:36:09 +08:00
5 lines
168 B
Bash
Executable File
5 lines
168 B
Bash
Executable File
#!/usr/bin/env bash
|
|
src/dosbox-x -defaultconf -defaultdir . -silent -c "config -ln \"English (United States)\" -wl contrib/translations/en/en_US.lng" || exit 1
|
|
|
|
exit 0
|