mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Rename to open/close-spotify-app.ps1
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user