1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-02-20 19:50:47 +01:00
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