From 3599e3ea6b0236bde5854eddda53d30dc786f8e4 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sun, 9 Oct 2011 22:25:13 -0300 Subject: [PATCH] m1rc3/norruption/1/peekcmp: compate standby dump obtained with "peek" --- m1rc3/norruption/1/peekcmp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 m1rc3/norruption/1/peekcmp diff --git a/m1rc3/norruption/1/peekcmp b/m1rc3/norruption/1/peekcmp new file mode 100755 index 0000000..2dfeb50 --- /dev/null +++ b/m1rc3/norruption/1/peekcmp @@ -0,0 +1,4 @@ +#!/bin/bash +diff -u \ + <(dd if=standby.fpg bs=256 count=1 | hexdump -C) \ + <(hexdump -C peek.bin)