Commit d76d59b6 authored by 潘栩锋's avatar 潘栩锋 🚴

添加 FlyADBase 添加项目 bin/Debug 还原

parent 7ee47f0f
#!/bin/bash
#第1次编译后, 执行
#还原 bin/Debug 的 配置文件
echo 初始化 FLYAD7_Simulation_Wpf.资料
src_dir="FLYAD7_Simulation_Wpf.资料/*"
dest_dir="../FLYAD7_Simulation_Wpf/bin/Debug"
cp -Rf ${src_dir} ${dest_dir}
if [ "$?" -ne "0" ]; then
echo 初始化 FLYAD7_Simulation_Wpf.资料 出错
exit -1
fi
echo 初始化 FLYAD7.Simulation.Battery.RayLaser.资料
src_dir="FLYAD7.Simulation.Battery.RayLaser.资料/*"
dest_dir="../FLYAD7.Simulation.Battery.RayLaser/bin/Debug"
cp -Rf ${src_dir} ${dest_dir}
if [ "$?" -ne "0" ]; then
echo 初始化 FLYAD7.Simulation.Battery.RayLaser.资料 出错
exit -1
fi
echo 完成
\ No newline at end of file
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
"PosOfGrid": 5, "PosOfGrid": 5,
"Ratio01": 4, "Ratio01": 4,
"Ratio02": 1, "Ratio02": 1,
"JogVelocity": 1234, "JogVelocity": 3000,
"PosOffset": 150 "PosOffset": 150
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment