1 Star 0 Fork 0

kkkkill/inotify-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
upload_api_docs 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
raduv 提交于 2009-11-23 07:05 +08:00 . First import from sourceforge.
#!/bin/sh
cd libinotifytools/src || exit 1
doxygen || exit 1
for file in doc/html/*.html; do
sed -r -i -e 's|</body>|\
<!-- Google Analytics. -->\
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">\
</script>\
<script type="text/javascript">\
_uacct = "UA-514445-2";\
urchinTracker();\
</script>\
</body>|' "$file" || exit 1
done
scp doc/html/* ro_han@shell.sourceforge.net:/home/users/r/ro/ro_han/inotify-tools/htdocs/api || exit 1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/kkkkill/inotify-tools.git
git@gitee.com:kkkkill/inotify-tools.git
kkkkill
inotify-tools
inotify-tools
master

搜索帮助