PowerShell/scripts/open-netflix.ps1
2024-10-01 15:11:03 +02:00

16 lines
270 B
PowerShell
Executable File

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