PowerShell/Scripts/close-spotify.ps1
2022-11-13 18:04:32 +01:00

16 lines
317 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes Spotify
.DESCRIPTION
This PowerShell script closes the Spotify application gracefully.
.EXAMPLE
PS> ./close-spotify
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
& "$PSScriptRoot/close-program.ps1" "Spotify" "spotify" ""
exit 0 # success