mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Simpe rename
This commit is contained in:
15
Scripts/open-netflix.ps1
Executable file
15
Scripts/open-netflix.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.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
|
Reference in New Issue
Block a user