PowerShell/Scripts/open-spotify-app.ps1
2021-11-21 12:25:02 +01:00

16 lines
275 B
PowerShell
Executable File

<#
.SYNOPSIS
Launches the Spotify app
.DESCRIPTION
This script launches the Spotify application.
.EXAMPLE
PS> ./open-spotify-app
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process spotify:
exit 0 # success