mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-25 13:36:39 +01:00
Added close-vlc.ps1
This commit is contained in:
parent
af17bc508c
commit
45abf86a17
@ -14,6 +14,7 @@ close-file-explorer.ps1, closes Microsoft File Explorer gracefully
|
||||
close-program.ps1, closes the given program gracefully
|
||||
close-system-settings.ps1 - closes the System Settings gracefully
|
||||
close-thunderbird.ps1, closes Mozilla Thunderbird gracefully
|
||||
close-vlc.ps1 - closes the VLC media player gracefully
|
||||
close-windows-terminal.ps1, closes Windows Terminal gracefully
|
||||
configure-git.ps1, sets up the Git user configuration
|
||||
csv-to-text.ps1, converts the given CSV file into a text list
|
||||
|
Can't render this file because it has a wrong number of fields in line 15.
|
@ -20,6 +20,7 @@ Table of Contents
|
||||
* [close-program.ps1](Scripts/close-program.ps1) - closes the given program gracefully
|
||||
* [close-system-settings.ps1](Scripts/close-system-settings.ps1) - closes the System Settings gracefully
|
||||
* [close-thunderbird.ps1](Scripts/close-thunderbird.ps1) - closes Mozilla Thunderbird gracefully
|
||||
* [close-vlc.ps1](Scripts/close-vlc.ps1) - closes the VLC media player gracefully
|
||||
* [close-windows-terminal.ps1](Scripts/close-windows-terminal.ps1) - closes Windows Terminal gracefully
|
||||
* [configure-git.ps1](Scripts/configure-git.ps1) - sets up the Git user configuration
|
||||
* [csv-to-text.ps1](Scripts/csv-to-text.ps1) - converts the given CSV file into a text list
|
||||
|
9
Scripts/close-vlc.ps1
Normal file
9
Scripts/close-vlc.ps1
Normal 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"
|
Loading…
Reference in New Issue
Block a user