Simple rename

This commit is contained in:
Markus Fleschutz
2021-11-23 11:54:22 +01:00
parent 194040f6a3
commit 62d1163e82
3 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Opens windy.com
Opens the windy.com website
.DESCRIPTION
This script launches the Web browser with the windy.com website.
.EXAMPLE
PS> ./open-windy
PS> ./open-windy-website
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Opens YouTube
Opens the YouTube website
.DESCRIPTION
This script launches the Web browser with YouTube's website.
This script launches the Web browser with the YouTube website.
.EXAMPLE
PS> ./open-youtube
PS> ./open-youtube-website
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK