PowerShell/Scripts/close-serenade.ps1

16 lines
347 B
PowerShell
Raw Normal View History

2021-10-23 17:22:04 +02:00
<#
.SYNOPSIS
Closes the Serenade.ai application
.DESCRIPTION
2022-01-29 12:47:46 +01:00
This PowerShell script closes the Serenade.ai application gracefully.
2021-10-23 17:22:04 +02:00
.EXAMPLE
PS> ./close-serenade
.LINK
https://github.com/fleschutz/PowerShell
2022-01-29 12:47:46 +01:00
.NOTES
2022-09-06 21:42:04 +02:00
Author: Markus Fleschutz | License: CC0
2021-10-23 17:22:04 +02:00
#>
& "$PSScriptRoot/close-program.ps1" "Serenade.ai" "serenade" ""
exit 0 # success