PowerShell/Scripts/open-xing.ps1
2022-09-06 21:42:04 +02:00

16 lines
258 B
PowerShell
Executable File

<#
.SYNOPSIS
Launches the XING app
.DESCRIPTION
This script launches the XING application.
.EXAMPLE
PS> ./open-xing
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
Start-Process xing:
exit 0 # success