PowerShell/Scripts/close-chrome.ps1
Markus Fleschutz 1a94413a0e Simple rename
2021-12-11 12:32:03 +01:00

16 lines
334 B
PowerShell
Executable File

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