1 Star 1 Fork 144

johnxu88/wondertrader

forked from wondertrader/wondertrader 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
copy_bins_linux.sh 448 Bytes
一键复制 编辑 原始数据 按行查看 历史
赵雪松 提交于 2023-09-07 09:55 . fix bug:bash test syntax error
despath=$1
if test "$despath" = ""; then
despath="../wtpy"
fi
echo "wtpy path is $despath"
root="./src/build_all/build_x64/Release/bin"
folders=("Loader" "WtBtPorter" "WtDtPorter" "WtPorter")
for folder in ${folders[@]}
do
cp -rvf $root/$folder/*.so $despath/wtpy/wrapper/linux
for file in `ls $root/$folder`
do
if [ -d $root"/"$folder"/"$file ]
then
cp -rvf $root/$folder/$file/*.so $despath/wtpy/wrapper/linux/$file
fi
done
done
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/johnxu88/wondertrader.git
git@gitee.com:johnxu88/wondertrader.git
johnxu88
wondertrader
wondertrader
master

搜索帮助