mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Rename to open/close-spotify-app.ps1
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Closes Spotify
|
||||
Closes the Spotify app
|
||||
.DESCRIPTION
|
||||
This script closes the Spotify application gracefully.
|
||||
.EXAMPLE
|
||||
PS> ./close-spotify
|
||||
PS> ./close-spotify-app
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
@ -1,10 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Starts Spotify
|
||||
Launches the Spotify app
|
||||
.DESCRIPTION
|
||||
This script launches the Spotify application.
|
||||
.EXAMPLE
|
||||
PS> ./open-spotify
|
||||
PS> ./open-spotify-app
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
Reference in New Issue
Block a user