Add open-git-extensions.ps1 and close-git-extensions.ps1

This commit is contained in:
Markus Fleschutz
2021-11-12 12:39:06 +01:00
parent 9d240326c8
commit 9c30c0ccfe
2 changed files with 43 additions and 0 deletions

View 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