mirror of
https://github.com/akatrevorjay/edid-generator.git
synced 2026-01-15 23:50:28 +01:00
Initial commit
This commit is contained in:
3
compute-crc
Executable file
3
compute-crc
Executable 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'
|
||||
Reference in New Issue
Block a user