Add close-mozilla-thunderbird.ps1

This commit is contained in:
Markus Fleschutz 2021-11-06 11:45:00 +01:00
parent 071ad49d5c
commit 07f46cb36a

View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Closes Mozilla's Thunderbird email client
.DESCRIPTION
This script closes the Mozilla Thunderbird email client gracefully.
.EXAMPLE
PS> ./close-mozilla-thunderbird
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
taskkill /im thunderbird.exe
exit 0 # success