1 Star 1 Fork 26

shushu / hetu-odbc-driver

forked from openLooKeng / hetu-odbc-driver 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor-download.bat 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangmingyue 提交于 2020-06-29 21:58 . openlookeng first commit
@echo off
set archive=http://ftp.hosteurope.de/mirror/archive.mariadb.org//mariadb-%DB%/winx64-packages/mariadb-%DB%-winx64.msi
set last=http://mirror.i3d.net/pub/mariadb//mariadb-%DB%/winx64-packages/mariadb-%DB%-winx64.msi
curl -fsS -o server.msi %archive%
if %ERRORLEVEL% == 0 goto end
curl -fsS -o server.msi %last%
if %ERRORLEVEL% == 0 goto end
echo Failure Reason Given is %errorlevel%
exit /b %errorlevel%
:end
echo "File found".
C
1
https://gitee.com/shushu9403/hetu-odbc-driver.git
git@gitee.com:shushu9403/hetu-odbc-driver.git
shushu9403
hetu-odbc-driver
hetu-odbc-driver
master

搜索帮助