PowerShell/Scripts/open-netflix.ps1
2021-10-04 21:29:23 +02:00

16 lines
264 B
PowerShell
Executable File

<#
.SYNOPSIS
Starts the Netflix app (needs to be installed)
.DESCRIPTION
open-netflix.ps1
.EXAMPLE
PS> ./open-netflix
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process netflix:
exit 0 # success