Add open-hr-works.ps1

This commit is contained in:
Markus Fleschutz 2021-11-15 12:57:23 +01:00
parent ba95630b78
commit 243a2cdef5

15
Scripts/open-hr-works.ps1 Executable file
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
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.hrworks.de"
exit 0 # success