Rename to open-hr-works-website.ps1

This commit is contained in:
Markus Fleschutz
2021-11-23 11:50:57 +01:00
parent 3615e7359f
commit 194040f6a3
2 changed files with 2 additions and 2 deletions

View File

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