代码拉取完成,页面将自动刷新
#!/bin/bash
xgo --targets=windows/*,darwin/amd64,linux/amd64,linux/386,linux/arm --dest=cache ./
osarchs=(windows_amd64 windows_386 darwin_amd64 linux_amd64 linux_386 linux_arm)
files=(samaritan-windows-4.0-amd64.exe samaritan-windows-4.0-386.exe samaritan-darwin-10.6-amd64 samaritan-linux-amd64 samaritan-linux-386 samaritan-linux-arm-5)
unzip web/dist.zip -d web
for i in 0 1 2 3 4 5; do
mkdir cache/samaritan_${osarchs[${i}]}
mkdir cache/samaritan_${osarchs[${i}]}/web
mkdir cache/samaritan_${osarchs[${i}]}/custom
cp LICENSE cache/samaritan_${osarchs[${i}]}/LICENSE
cp -r plugin cache/samaritan_${osarchs[${i}]}/plugin
cp README.md cache/samaritan_${osarchs[${i}]}/README.md
cp -r web/dist cache/samaritan_${osarchs[${i}]}/web/dist
cp config.ini cache/samaritan_${osarchs[${i}]}/custom/config.ini
cp config.ini cache/samaritan_${osarchs[${i}]}/custom/config.default.ini
cd cache
if [ ${i} -lt 2 ]
then
mv ${files[${i}]} samaritan_${osarchs[${i}]}/samaritan.exe
zip -r samaritan_${osarchs[${i}]}.zip samaritan_${osarchs[${i}]}
else
mv ${files[${i}]} samaritan_${osarchs[${i}]}/samaritan
tar -zcvf samaritan_${osarchs[${i}]}.tar.gz samaritan_${osarchs[${i}]}
fi
rm -rf samaritan_${osarchs[${i}]}
cd ..
done
zip -r ./cache.zip ./cache/
rm -rf web/dist cache
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。