mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 18:08:18 +02:00
Changed to comment-based help
This commit is contained in:
parent
0fd980ebef
commit
793c316d1f
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user