Add some more scripts

This commit is contained in:
Markus Fleschutz
2021-11-12 21:58:14 +01:00
parent d2012b1ee3
commit 1126411769
5 changed files with 66 additions and 1 deletions

15
Scripts/open-xing.ps1 Normal file
View 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