Changed to comment-based help

This commit is contained in:
Markus Fleschutz 2020-12-29 11:24:53 +00:00
parent 0fd980ebef
commit 793c316d1f

View File

@ -1,10 +1,10 @@
#!/snap/bin/powershell #!/snap/bin/powershell
<#
# Syntax: ./download.ps1 [<URL>] .SYNTAX ./download.ps1 [<URL>]
# Description: downloads the file/directory from the given URL .SYNOPSIS downloads the file/directory from the given URL
# Author: Markus Fleschutz .LINK https://github.com/fleschutz/PowerShell
# Source: github.com/fleschutz/PowerShell .NOTES Author: Markus Fleschutz / License: CC0
# License: CC0 #>
param([string]$URL) param([string]$URL)