xorg-x11-utils/edid-decode-snapshot.sh
Troy Dawson b3fe6e2304 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/xorg-x11-utils#91fc43c0bbc64bfb887f592b86f031d88431fb16
2020-10-15 14:13:48 -07:00

12 lines
241 B
Bash
Executable File

#!/bin/sh
git clone git://git.freedesktop.org/git/xorg/app/edid-decode
cd edid-decode
REVISION=$(git log | head -n1 | awk '{print $2}' | cut -c 1-8)
rm -fr .git
cd ..
tar -cJf edid-decode-${REVISION}.tar.xz edid-decode
rm -fr edid-decode