3 Star 0 Fork 1

haorui/my_vortex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
runall.sh 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
haorui 提交于 2022-12-05 15:39 . add
echo "runall start " > runall.log
scnt=$1;
ecnt=$2;
mode=$3;
##while(($cnt !=0))
##for i in {$scnt..$ecnt}
for((i=$scnt;i<=$ecnt;i++))
do
echo " ///////////////////////////////////////////// $i start /////////////////////// " >> runall.log
./sim.sh $4 $i 1 2 4 4 $3 | tee -a runall.log
echo " ///////////////////////////////////////////// $i end /////////////////////// " | tee -a runall.log
done
grep "TEST_" runall.log
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/haoanqi/my_vortex.git
git@gitee.com:haoanqi/my_vortex.git
haoanqi
my_vortex
my_vortex
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385