PowerShell/Scripts/open-spotify.ps1

16 lines
271 B
PowerShell
Raw Normal View History

<#
.SYNOPSIS
2021-11-21 12:25:02 +01:00
Launches the Spotify app
.DESCRIPTION
2021-10-28 07:36:33 +02:00
This script launches the Spotify application.
.EXAMPLE
2021-11-29 10:44:26 +01:00
PS> ./open-spotify
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
2021-11-12 21:58:14 +01:00
Start-Process spotify:
exit 0 # success