mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Add close-netflix.ps1
This commit is contained in:
16
Scripts/close-netflix.ps1
Executable file
16
Scripts/close-netflix.ps1
Executable file
@ -0,0 +1,16 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
close-netflix.ps1
|
||||
.DESCRIPTION
|
||||
Closes Netflix gracefully
|
||||
.EXAMPLE
|
||||
PS> .\close-netflix.ps1
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/close-program.ps1" "Netflix" "netflix" "netflix"
|
||||
exit 0
|
Reference in New Issue
Block a user