PowerShell/Scripts/close-chrome.ps1
2020-12-28 08:40:26 +00:00

11 lines
247 B
PowerShell
Executable File

#!/snap/bin/powershell
# Syntax: ./close-chrome.ps1
# Description: closes Google Chrome gracefully
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell
# License: CC0
$ExitCode = close-program.ps1 "chrome"
exit $ExitCode