PowerShell/Scripts/show-obs-studio-manual.ps1
2021-12-03 13:02:58 +01:00

16 lines
354 B
PowerShell
Executable File

<#
.SYNOPSIS
Shows the OBS Studio manual
.DESCRIPTION
This script launches the Web browser with the OBS Studio manual.
.EXAMPLE
PS> ./show-obs-studio-manual
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://obsproject.com/wiki/"
exit 0 # success