1 Star 0 Fork 8

src-oepkgs-oE-rv/xorg-x11-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
edid-decode-snapshot.sh 241 Bytes
一键复制 编辑 原始数据 按行查看 历史
dogsheng 提交于 2019-12-14 21:52 . Package init
#!/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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs-oe-rv/xorg-x11-utils.git
[email protected]:src-oepkgs-oe-rv/xorg-x11-utils.git
src-oepkgs-oe-rv
xorg-x11-utils
xorg-x11-utils
master

搜索帮助