2023-11-20 19:33:19

This commit is contained in:
z17CX 2023-11-20 19:33:19 +00:00
parent a2e485fa6b
commit 73b73cdc74
Signed by: z17cx
GPG key ID: 3F5F87C84EE943E4

View file

@ -14,7 +14,7 @@ function Start-cURLDownload() {
#>
param(
[Parameter(Mandatory)][Alias('URL')][string[]]$URL
[Parameter(Mandatory)][Alias('U')][string[]]$URL
)
$URL | ForEach-Object {