dosbox-x/dosboxpng-to-h.sh
2024-12-09 01:16:02 -08:00

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