PowerShell/Scripts/close-spotify.ps1

16 lines
307 B
PowerShell
Raw Normal View History

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