mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01: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