PowerShell/Scripts/open-outdoor-active.ps1
Markus Fleschutz 736bfc276a Add 2 scripts
2021-10-30 15:46:09 +02:00

16 lines
355 B
PowerShell
Executable File

<#
.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