PowerShell/Scripts/close-spotify.ps1

16 lines
315 B
PowerShell
Raw Normal View History

<#
.SYNOPSIS
2021-11-21 12:25:02 +01:00
Closes the Spotify app
.DESCRIPTION
This script closes the Spotify application gracefully.
.EXAMPLE
2021-11-29 10:44:26 +01:00
PS> ./close-spotify
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/close-program.ps1" "Spotify" "spotify" ""
exit 0 # success