mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 18:08:18 +02:00
Updated the close-* scripts
This commit is contained in:
parent
e7e4a9cfb7
commit
ae47715591
@ -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"
|
|
||||||
|
@ -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"
|
|
||||||
|
@ -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"
|
|
||||||
|
@ -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"
|
|
||||||
|
@ -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"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user