PowerShell/Scripts/open-snap-store-website.ps1
Markus Fleschutz 304d2fc265 Add 2 websites
2021-11-29 21:45:02 +01:00

16 lines
355 B
PowerShell

<#
.SYNOPSIS
Opens the Snap Store website
.DESCRIPTION
This script launches the Web browser with the Snap Store website.
.EXAMPLE
PS> ./open-snap-store-website
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://snapcraft.io/store"
exit 0 # success