PowerShell/Scripts/open-netflix-app.ps1
2021-11-21 12:01:30 +01:00

16 lines
275 B
PowerShell
Executable File

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