Add show-traffic.ps1

This commit is contained in:
Markus Fleschutz 2021-12-08 11:24:36 +01:00
parent c4d1310fdc
commit 40f628dae4

15
Scripts/show-traffic.ps1 Normal file
View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Shows the current traffic
.DESCRIPTION
This 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
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://www.msn.com/en-us/traffic?lvl=11&intent=roadClosures"
exit 0 # success