PowerShell/Scripts/open-spotify.ps1
Markus Fleschutz 06d3c1c03d Simpe rename
2021-11-29 10:44:26 +01:00

16 lines
271 B
PowerShell
Executable File

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