mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 18:36:09 +08:00
3 lines
103 B
Bash
Executable File
3 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
for h in 93 163 186 224; do xxd -i dosbox224x$h.png >include/dosbox224x$h.h || break; done
|