summaryrefslogtreecommitdiffstats
path: root/tests/dump_file.sh
blob: 6773a1998a3769b46ddafb92c09267f8c95979ca (plain)
1
2
3
#!/bin/bash

hexdump -e ' "0x%08.8_ax: " 4/4 " 0x%08x " "\n" ' $1 | less