PowerShell/Scripts/close-chrome.ps1

10 lines
231 B
PowerShell
Raw Normal View History

#!/snap/bin/powershell
2020-12-29 15:14:21 +01:00
<#
.SYNTAX ./close-chrome.ps1
.DESCRIPTION closes Google Chrome gracefully
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>
2020-12-28 11:13:11 +01:00
./close-program "chrome"