1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 13:30:38 +02:00
wernermisc/m1rc3/norruption/1/peekcmp

5 lines
100 B
Bash
Executable File

#!/bin/bash
diff -u \
<(dd if=standby.fpg bs=256 count=1 | hexdump -C) \
<(hexdump -C peek.bin)