mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-14 20:14:00 +01:00
Add show-traffic.ps1
This commit is contained in:
parent
c4d1310fdc
commit
40f628dae4
15
Scripts/show-traffic.ps1
Normal file
15
Scripts/show-traffic.ps1
Normal 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
|
Loading…
Reference in New Issue
Block a user