mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-16 06:58:18 +02:00
Add open-hr-works.ps1
This commit is contained in:
parent
ba95630b78
commit
243a2cdef5
15
Scripts/open-hr-works.ps1
Executable file
15
Scripts/open-hr-works.ps1
Executable 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
|
Loading…
Reference in New Issue
Block a user