PowerShell/Scripts/open-netflix.ps1
2021-10-28 07:36:33 +02:00

16 lines
269 B
PowerShell
Executable File

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