Rename to close-google-chrome.ps1

This commit is contained in:
Markus Fleschutz
2021-10-29 12:51:47 +02:00
parent a00cb9a299
commit bd4e4b8303
5 changed files with 31 additions and 3 deletions

15
Scripts/close-google-chrome.ps1 Executable file
View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Closes the Google Chrome Web browser
.DESCRIPTION
This script closes the Google Chrome Web browser gracefully.
.EXAMPLE
PS> ./close-google-chrome
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/close-program.ps1" "Google Chrome" "chrome" "chrome"
exit 0 # success