Add close-three-d-viewer.ps1

This commit is contained in:
Markus Fleschutz 2021-11-12 22:12:25 +01:00
parent bfa95f9a5b
commit 5ed926b608

View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Closes the 3D Viewer app
.DESCRIPTION
This script closes the 3D Viewer application gracefully.
.EXAMPLE
PS> ./close-three-d-viewer
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
taskkill /f /im 3DViewer.exe
exit 0 # success