mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
rename to use "dosbox-x"
This commit is contained in:
5
update-dosbox-x-reference-conf
Executable file
5
update-dosbox-x-reference-conf
Executable 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
|
||||
|
Reference in New Issue
Block a user