mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-23 13:11:39 +01:00
Update list-exchange-rates.ps1
This commit is contained in:
parent
8318ba58c3
commit
4d8f8b018a
@ -23,8 +23,8 @@ function ListExchangeRates { param([string]$currency)
|
||||
|
||||
try {
|
||||
""
|
||||
"Exchange Rates Today for 1 $currency (source: http://www.floatrates.com)"
|
||||
"=================================================================="
|
||||
"Exchange Rates for 1 $currency (source: http://www.floatrates.com)"
|
||||
"============================================================"
|
||||
|
||||
ListExchangeRates $currency | format-table -property Rate,Currency,Inverse,Date
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user