Rename to open/close-spotify-app.ps1

This commit is contained in:
Markus Fleschutz
2021-11-21 12:25:02 +01:00
parent dbb442c7ad
commit 44a1fb2f5e
3 changed files with 5 additions and 5 deletions

View File

@ -1,15 +0,0 @@
<#
.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