1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-20 10:38:27 +10:00
collapseos/emul/bin2c.sh
2019-12-31 13:34:24 -05:00

6 lines
62 B
Bash
Executable File

#!/bin/sh
echo "unsigned char $1[] = { "
xxd -i -
echo " };"