mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update the comment header
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
.SYNOPSIS
|
||||
Opens an egg timer
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser with the eggtimer website.
|
||||
This PowerShell script launches the Web browser with the eggtimer website.
|
||||
.EXAMPLE
|
||||
PS> ./open-egg-timer
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-default-browser.ps1" "https://e.ggtimer.com"
|
||||
|
Reference in New Issue
Block a user