PowerShell/Scripts/open-hr-works.ps1
2021-11-15 12:57:23 +01:00

16 lines
327 B
PowerShell
Executable File

<#
.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