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