3 Star 17 Fork 10

Fr13ndSDP/OpenFOAM_TUTORIAL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cleanAll 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# ===
# Script for cleaning all of the tutorials.
# ===
for tutorialDir in */ ; do
if [[ $tutorialDir = *OFtutorial* ]]; then
echo "Cleaning:" $tutorialDir
cd $tutorialDir
./Allwclean >/dev/null 2>&1
cd testCase
./Allclean >/dev/null 2>&1
cd ../..
fi
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/fr13ndsdp/OpenFOAM_TUTORIAL.git
[email protected]:fr13ndsdp/OpenFOAM_TUTORIAL.git
fr13ndsdp
OpenFOAM_TUTORIAL
OpenFOAM_TUTORIAL
master

搜索帮助