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 # Source: github.com/fleschutz/PowerShell
# License: CC0 # License: CC0
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent ./close-program "chrome"
."$PathToRepo/Scripts/close-program.ps1" "chrome"

View File

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

View File

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

View File

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

View File

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