diff --git a/backup.ps1 b/backup.ps1 index 17deede..2f7addf 100644 --- a/backup.ps1 +++ b/backup.ps1 @@ -1,4 +1,6 @@ +Set-Alias -Name curl -Value ./bin/curl.exe + $dir = Split-Path $script:MyInvocation.MyCommand.Path . "$dir/env.ps1" $DATE = (Get-Date).ToString("yyyy-MM-dd HH:mm:ss")