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