1 Star 0 Fork 4

zp_star / inotify-tools

forked from OpenHarmony-SIG / inotify-tools 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
upload_api_docs 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangpeng308 提交于 2022-04-19 14:56 . 引入inotify-tools库
#!/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
1
https://gitee.com/zpzpzpzp/inotify-tools.git
git@gitee.com:zpzpzpzp/inotify-tools.git
zpzpzpzp
inotify-tools
inotify-tools
master

搜索帮助