<#
.SYNOPSIS
	Opens the GliderTracker website
.DESCRIPTION
	This script launches the Web browser with the GliderTracker website.
.EXAMPLE
	PS> ./open-glider-tracker-website
.NOTES
	Author: Markus Fleschutz ยท License: CC0
.LINK
	https://github.com/fleschutz/PowerShell
#>

& "$PSScriptRoot/open-default-browser.ps1" "https://glidertracker.de/"
exit 0 # success