mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-19 11:23:16 +08:00
5 lines
159 B
Bash
Executable File
5 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
./sb2u.pl cp437_to_unicode <CP437.TXT >../include/cp437_uni.h || exit 1
|
|
./sjis2u.pl cp932_to_unicode <CP932.TXT >../include/cp932_uni.h || exit 1
|
|
|