Start 1.33.0 development cycle
[oweals/busybox.git] / qemu_multiarch_testing / extract_od_binary.sh
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