PowerShell/Scripts/open-flight-radar.ps1
Markus Fleschutz c2c5501f06 Fix typo
2021-11-06 17:35:23 +01:00

16 lines
338 B
PowerShell
Executable File

<#
.SYNOPSIS
Opens FlightRadar24
.DESCRIPTION
This script launches the Web browser with the FlightRadar24 website.
.EXAMPLE
PS> ./open-flight-radar
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.flightradar24.com"
exit 0 # success