mirror of
https://github.com/akatrevorjay/edid-generator.git
synced 2026-01-15 23:50:28 +01:00
4 lines
133 B
Bash
Executable File
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'
|