PowerShell/Scripts/open-netflix.ps1
Markus Fleschutz 06d3c1c03d Simpe rename
2021-11-29 10:44:26 +01:00

16 lines
271 B
PowerShell
Executable File

<#
.SYNOPSIS
Launches 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