<#
.SYNOPSIS
	Starts the Netflix app
.DESCRIPTION
	This script starts 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