Ai
6 Star 20 Fork 15

HermanChen/mpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
merge_static_lib.sh 196 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexander 提交于 2025-08-20 15:30 +08:00 . fix[script]: Prepend bash with /usr/bin/env
#!/usr/bin/env bash
cd $1
rm -rf mpp/lib'$2$'.a
SCRIPT=$'CREATE mpp/lib'$2$'.a\n'
SCRIPT=$SCRIPT$(find . -name '*.a' -exec echo 'ADDLIB {}' \;)
SCRIPT=$SCRIPT$'\nSAVE\nEND\n'
ar -M <<< $SCRIPT
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/hermanchen82/mpp.git
git@gitee.com:hermanchen82/mpp.git
hermanchen82
mpp
mpp
develop

搜索帮助