dosbox-x/update-dosbox-x-reference-conf
2020-06-01 01:51:25 -07:00

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