PowerShell/Scripts/open-outdoor-active.ps1

16 lines
355 B
PowerShell
Raw Normal View History

2021-10-30 15:46:09 +02:00
<#
.SYNOPSIS
Opens the Outdoor Active website
.DESCRIPTION
This script launches the Web browser with the Outdoor Active website.
.EXAMPLE
PS> ./open-outdoor-active
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.outdooractive.com"
exit 0 # success