Add open-three-d-viewer.ps1

This commit is contained in:
Markus Fleschutz 2021-11-12 22:05:50 +01:00
parent 1126411769
commit bfa95f9a5b

View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Launches the 3D-Viewer app
.DESCRIPTION
This script launches the 3D-Viewer application.
.EXAMPLE
PS> ./open-three-d-viewer
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process com.microsoft.3dviewer:
exit 0 # success