~awolfson/apptimer/quickly_trunk

1
2
3
4
5
6
7
8
#!/bin/bash
convert wait4.png wait4.bmp
hexdump wait4.bmp > wait4.hex
convert onscreen.png onscreen.bmp
hexdump onscreen.bmp > onscreen.hex
diff -uN wait4.hex onscreen.hex
meld wait4.hex onscreen.hex