1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-22 02:40:20 +10:00
collapseos/tools/emul/bin2c.sh

6 lines
62 B
Bash
Raw Normal View History

2019-05-10 02:58:41 +10:00
#!/bin/sh
echo "unsigned char $1[] = { "
xxd -i -
echo " };"