mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 23:38:05 +11:00
1ae2331763
For now, only a dummy app, but it's emulated properly with libz80. Exciting times!
6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "unsigned char $1[] = { "
|
|
xxd -i -
|
|
echo " };"
|