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,13 +2,13 @@
|
||||
.SYNOPSIS
|
||||
Lists the current crypto exchange rates
|
||||
.DESCRIPTION
|
||||
This script lists the current crypto exchange rates.
|
||||
This PowerShell script lists the current crypto exchange rates.
|
||||
.EXAMPLE
|
||||
PS> ./list-crypto-rates
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
function ListCryptoRate { param([string]$Symbol, [string]$Name)
|
||||
|
Reference in New Issue
Block a user