#!/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

