1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-22 09:20:20 +10:00
collapseos/tools/emul/bin2c.sh
2019-05-09 12:58:41 -04:00

6 lines
62 B
Bash
Executable File

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