1 Star 8 Fork 0

結城明日奈 / AvalonStudio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
download.ps1 732 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dan Walmsley 提交于 2017-05-11 10:55 . fix build and build docker image.
 param([string]$url, [string]$path)
if(!(Split-Path -parent $path) -or !(Test-Path -pathType Container (Split-Path -parent $path))) {
$path = Join-Path $pwd (Split-Path -leaf $path)
}
"Downloading [$url]`nSaving at [$path]"
$client = new-object System.Net.WebClient
$client.DownloadFile($url, $path)
$path
1
https://gitee.com/gesneriana/AvalonStudio.git
git@gitee.com:gesneriana/AvalonStudio.git
gesneriana
AvalonStudio
AvalonStudio
master

搜索帮助