dosbox-x/update-dosbox-x-reference-conf
Jookia b3fa848f0f Replace '/bin/bash' with '/usr/bin/env bash' in shebangs
This should hopefully help portability with BSDs.
2022-12-12 17:52:27 +08:00

8 lines
422 B
Bash
Executable File

#!/usr/bin/env bash
src/dosbox-x -defaultconf -defaultdir . -silent -c 'config -wcp dosbox-x.reference.conf' -c 'config -all -wcp dosbox-x.reference.full.conf' -c 'config -setup -wcp contrib/windows/installer/dosbox-x.reference.setup.conf' || exit 1
# Convert to Unix format if needed
dos2unix dosbox-x.reference.conf
dos2unix dosbox-x.reference.full.conf
unix2dos contrib/windows/installer/dosbox-x.reference.setup.conf