PowerShell/scripts/open-xing.ps1

16 lines
258 B
PowerShell
Raw Normal View History

2024-10-01 15:11:03 +02:00
<#
2021-11-12 21:58:14 +01:00
.SYNOPSIS
Launches the XING app
.DESCRIPTION
This script launches the XING application.
.EXAMPLE
PS> ./open-xing
.LINK
https://github.com/fleschutz/PowerShell
2022-09-06 21:42:04 +02:00
.NOTES
Author: Markus Fleschutz | License: CC0
2021-11-12 21:58:14 +01:00
#>
Start-Process xing:
exit 0 # success