mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Add close-serenade.ps1
This commit is contained in:
15
Scripts/close-serenade.ps1
Executable file
15
Scripts/close-serenade.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Closes the Serenade.ai application
|
||||
.DESCRIPTION
|
||||
This script closes the Serenade.ai application gracefully.
|
||||
.EXAMPLE
|
||||
PS> ./close-serenade
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/close-program.ps1" "Serenade.ai" "serenade" ""
|
||||
exit 0 # success
|
Reference in New Issue
Block a user