mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Add open-git-extensions.ps1 and close-git-extensions.ps1
This commit is contained in:
15
Scripts/close-git-extensions.ps1
Normal file
15
Scripts/close-git-extensions.ps1
Normal file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Closes Git Extensions
|
||||
.DESCRIPTION
|
||||
This script closes the Git Extensions application gracefully.
|
||||
.EXAMPLE
|
||||
PS> ./close-git-extensions
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
taskkill /im GitExtensions.exe
|
||||
exit 0 # success
|
Reference in New Issue
Block a user