rename to use "dosbox-x"

This commit is contained in:
Wengier 2020-04-29 11:28:58 -04:00 committed by GitHub
parent 58da9311c9
commit e136e0abe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
src/dosbox-x -c 'config -all -wc dosbox.reference.conf' -c 'exit' || exit 1
sed $'s/$/\r/' 'dosbox.reference.conf' >'dosbox.reference.conf.tmp' || exit 1
mv -v 'dosbox.reference.conf.tmp' 'dosbox.reference.conf' || exit 1

5
update-dosbox-x-reference-conf Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
src/dosbox-x -c 'config -all -wc dosbox-x.reference.conf' -c 'exit' || exit 1
sed $'s/$/\r/' 'dosbox-x.reference.conf' >'dosbox-x.reference.conf.tmp' || exit 1
mv -v 'dosbox-x.reference.conf.tmp' 'dosbox-x.reference.conf' || exit 1