Files
edid-generator/compute-crc
Trevor Joynson (trevorj) 6a1dc7e89c Initial commit
2016-06-09 20:21:28 -04:00

4 lines
133 B
Bash
Executable File

#!/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'