1 Star 0 Fork 0

天高云淡/portaudio_2016

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
clear_gitrevision.sh 348 Bytes
一键复制 编辑 原始数据 按行查看 历史
jintao.wang_UI-MH 提交于 2024-09-15 18:11 . init
#!/bin/bash
#
# Clear the Git commit SHA in the include file.
# This should be run before checking in code to Git.
#
revision_filename=src/common/pa_gitrevision.h
# Update the include file with the current GIT revision.
echo "#define PA_GIT_REVISION unknown" > ${revision_filename}
echo ${revision_filename} now contains
cat ${revision_filename}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linux2014/portaudio_2016.git
git@gitee.com:linux2014/portaudio_2016.git
linux2014
portaudio_2016
portaudio_2016
master

搜索帮助