mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Add some more scripts
This commit is contained in:
15
Scripts/open-xing.ps1
Normal file
15
Scripts/open-xing.ps1
Normal file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Launches the XING app
|
||||
.DESCRIPTION
|
||||
This script launches the XING application.
|
||||
.EXAMPLE
|
||||
PS> ./open-xing
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
Start-Process xing:
|
||||
exit 0 # success
|
Reference in New Issue
Block a user