mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Add open-netflix.ps1
This commit is contained in:
16
Scripts/open-netflix.ps1
Executable file
16
Scripts/open-netflix.ps1
Executable file
@ -0,0 +1,16 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
open-netflix.ps1
|
||||
.DESCRIPTION
|
||||
Starts the Netflix app (needs to be installed)
|
||||
.EXAMPLE
|
||||
PS> .\open-netflix.ps1
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
#>
|
||||
|
||||
Start-Process netflix:
|
||||
exit 0
|
Reference in New Issue
Block a user