1 Star 1 Fork 0

xfygogo / of_cmake_config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
xfygogo 提交于 2022-08-30 15:11 . 添加默认可执行权限
#!/bin/bash
objDir=$WM_PROJECT_DIR/wmake
if [ -d $objDir ]
then
cwd=`pwd`
chmod +x ./ofCmakeConfig
chmod +x ./occ
rm -f $objDir/ofCmakeConfig $objDir/occ
ln -s $cwd/ofCmakeConfig $objDir/
ln -s $cwd/occ $objDir/
echo "installed ofCmakeConfig"
else
echo "please active OpenFOAM environment"
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/xfygogo/of_cmake_config.git
git@gitee.com:xfygogo/of_cmake_config.git
xfygogo
of_cmake_config
of_cmake_config
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891