mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 19:18:05 +02:00
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
|
#!/bin/bash
|
||
|
diff -u \
|
||
|
<(dd if=standby.fpg bs=256 count=1 | hexdump -C) \
|
||
|
<(hexdump -C peek.bin)
|