Sign in
coral
/
busybox
/
3f7fb2c89ad75bbdd3b69e302124c8179c273bb4
/
.
/
qemu_multiarch_testing
/
extract_od_binary.sh
blob: 1006e515328d8f58e2ff2f74a5fab40e2967f780 [
file
] [
log
] [
blame
]
#!/bin/sh
# Converts textual result of "od -tx1 <FILE"
# back into a binary FILE
grep
-
a
'^[0-7][0-7][0-7][0-7][0-7][0-7][0-7][0-7]* [0-9a-f][0-9a-f] [0-9a-f][0-9a-f] [0-9a-f][0-9a-f] [0-9a-f][0-9a-f]'
|
busybox hexdump
-
R