summaryrefslogtreecommitdiff
path: root/doc/print_dump.sh
blob: a50ed40710c904c8d590c6a8556ef3371b195552 (plain)
1
2
3
4
5
6
#!/bin/sh
hexdump -v \
        -e '/1  "%_ad#    "' \
        -e '/1 " = %02x hex "' \
        -e '/1 " = %03u dec\n"' \
        $*