Updated the close-* scripts

This commit is contained in:
Markus Fleschutz 2020-12-28 10:13:11 +00:00
parent e7e4a9cfb7
commit ae47715591
5 changed files with 5 additions and 15 deletions

View File

@ -6,6 +6,4 @@
# Source: github.com/fleschutz/PowerShell
# License: CC0
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
."$PathToRepo/Scripts/close-program.ps1" "chrome"
./close-program "chrome"

View File

@ -6,6 +6,4 @@
# Source: github.com/fleschutz/PowerShell
# License: CC0
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
."$PathToRepo/Scripts/close-program.ps1" "msedge"
./close-program "msedge"

View File

@ -6,6 +6,4 @@
# Source: github.com/fleschutz/PowerShell
# License: CC0
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
."$PathToRepo/Scripts/close-program.ps1" "explorer"
./close-program "explorer"

View File

@ -6,6 +6,4 @@
# Source: github.com/fleschutz/PowerShell
# License: CC0
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
."$PathToRepo/Scripts/close-program.ps1" "thunderbird"
./close-program "thunderbird"

View File

@ -6,6 +6,4 @@
# Source: github.com/fleschutz/PowerShell
# License: CC0
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
."$PathToRepo/Scripts/close-program.ps1" "WindowsTerminal"
./close-program "WindowsTerminal"