mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-08 20:54:38 +02:00
Simple rename
This commit is contained in:
@ -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
|
@ -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
|
Reference in New Issue
Block a user