aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/hexify.sh
blob: 63211ca32418a0a25516329b98f5249ddfec4a39 (plain)
1
2
3
4
#!/bin/sh
blob="$1"
chdr="$2"
hexdump -v -e '1/1 "0x%02x,"' < "$blob" > "$chdr"