Rename to open/close-git-extensions-app.ps1

This commit is contained in:
Markus Fleschutz
2021-11-21 12:29:59 +01:00
parent 44a1fb2f5e
commit 25051e31ee
3 changed files with 6 additions and 6 deletions

View File

@ -1,19 +0,0 @@
<#
.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
if ($lastExitCode -ne "0") {
& "$PSScriptRoot/speak-english.ps1" "Sorry, can't close Git Extensions"
exit 1
}
exit 0 # success