PowerShell/Scripts/show-serenade-manual.ps1

16 lines
345 B
PowerShell
Raw Normal View History

2021-11-29 15:11:39 +01:00
<#
.SYNOPSIS
Shows the Serenade manual
.DESCRIPTION
This script launches the Web browser with the Serenade manual.
.EXAMPLE
PS> ./show-serenade-manual
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://serenade.ai/docs/"
exit 0 # success