Simple rename

This commit is contained in:
Markus Fleschutz
2021-11-30 15:41:00 +01:00
parent ba35584fda
commit 2f7c01faa8
3 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Opens the DistroWatch website
.DESCRIPTION
This script launches the Web browser with the DistroWatch website.
.EXAMPLE
PS> ./open-distro-watch-website
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-default-browser.ps1" "https://distrowatch.com/"
exit 0 # success