Simpe rename

This commit is contained in:
Markus Fleschutz
2021-11-29 10:44:26 +01:00
parent 07444ceb70
commit 06d3c1c03d
16 changed files with 19 additions and 19 deletions

15
Scripts/open-netflix.ps1 Executable file
View 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