mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 08:23:14 +01:00
Add show-british-pound-rate.ps1
This commit is contained in:
parent
66329b9b2b
commit
86a19bb19d
15
Scripts/show-british-pound-rate.ps1
Normal file
15
Scripts/show-british-pound-rate.ps1
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Shows the British Pound rate
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser and shows the British Pound (GBP) rate.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./show-british-pound-rate
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-default-browser.ps1" "https://www.bitstamp.net/markets/gbp/usd/"
|
||||||
|
exit 0 # success
|
Loading…
Reference in New Issue
Block a user