mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
7 lines
299 B
Bash
Executable File
7 lines
299 B
Bash
Executable File
#!/bin/bash
|
|
src/dosbox-x -c 'config -all -wc dosbox-x.reference.conf' -c 'exit' || exit 1
|
|
|
|
# FIXME: Adding ./ to the beginning of the path should revert to storing the config in the current working directory again.
|
|
mv -v ~/.config/dosbox-x/dosbox-x.reference.conf dosbox-x.reference.conf || exit 1
|
|
|