Added close-vlc.ps1

This commit is contained in:
Markus
2021-02-13 17:15:43 +01:00
parent af17bc508c
commit 45abf86a17
3 changed files with 11 additions and 0 deletions

9
Scripts/close-vlc.ps1 Normal file
View File

@ -0,0 +1,9 @@
#!/bin/powershell
<#
.SYNTAX ./close-vlc.ps1
.DESCRIPTION closes the VLC media player gracefully
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>
./close-program "VLC media player" "vlc"