Initial commit

This commit is contained in:
Trevor Joynson (trevorj)
2016-06-09 20:21:16 -04:00
parent adce4ea4e7
commit 6a1dc7e89c
14 changed files with 799 additions and 0 deletions

3
compute-crc Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
# A tad gross, but hey, it works.
cat "$bin_fn" | edid-decode | sed -ne 's/^Checksum: 0x\w\+ (should be \(0x\w\+\))$/\1/p'