mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 21:33:47 +02:00
Update the comment header
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
.SYNOPSIS
|
||||
Shows the current traffic
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser with MSN showing the current traffic.
|
||||
This PowerShell script launches the Web browser with MSN showing the current traffic.
|
||||
.EXAMPLE
|
||||
PS> ./show-traffic
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-default-browser.ps1" "https://www.msn.com/en-us/traffic?lvl=11&intent=roadClosures"
|
||||
|
Reference in New Issue
Block a user