1 Star 0 Fork 0

lonngyue/openofdm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
get_git_rev.sh 150 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xianjun Jiao 提交于 2022-03-15 15:57 . Add git rev tracking to reg 31
#!/bin/bash
if git log -1 > /dev/null 2>&1; then
GIT_REV=$(git log -1 --pretty=%h)
else
GIT_REV=ffffffff
fi
echo $GIT_REV
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Verilog
1
https://gitee.com/lonngyue/openofdm.git
[email protected]:lonngyue/openofdm.git
lonngyue
openofdm
openofdm
master

搜索帮助