mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-13 22:38:46 +02:00
Update the comment header
This commit is contained in:
@ -2,15 +2,15 @@
|
||||
.SYNOPSIS
|
||||
Downloads a folder (including subfolders) from an URL
|
||||
.DESCRIPTION
|
||||
This script downloads a folder (including subfolders) from the given URL.
|
||||
This PowerShell script downloads a folder (including subfolders) from the given URL.
|
||||
.PARAMETER URL
|
||||
Specifies the URL where to download from
|
||||
.EXAMPLE
|
||||
PS> ./download-dir https://www.cnn.com
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
param([string]$URL = "")
|
||||
|
Reference in New Issue
Block a user