PowerShell/Scripts/open-egg-timer.ps1

16 lines
339 B
PowerShell
Raw Normal View History

2021-11-03 17:00:49 +01:00
<#
.SYNOPSIS
Opens an egg timer
.DESCRIPTION
2022-01-29 12:47:46 +01:00
This PowerShell script launches the Web browser with the eggtimer website.
2021-11-03 17:00:49 +01:00
.EXAMPLE
PS> ./open-egg-timer
.LINK
https://github.com/fleschutz/PowerShell
2022-01-29 12:47:46 +01:00
.NOTES
Author: Markus Fleschutz / License: CC0
2021-11-03 17:00:49 +01:00
#>
2021-11-23 07:45:50 +01:00
& "$PSScriptRoot/open-default-browser.ps1" "https://e.ggtimer.com"
2021-11-03 17:00:49 +01:00
exit 0 # success