repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
busybox: update to 1.25.0
[tomato.git]
/
release
/
src
/
router
/
busybox
/
qemu_multiarch_testing
/
extract_od_binary.sh
blob
1006e515328d8f58e2ff2f74a5fab40e2967f780
1
#!/bin/sh
2
3
# Converts textual result of "od -tx1 <FILE"
4
# back into a binary FILE
5
6
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