PowerShell/Scripts/close-mozilla-thunderbird.ps1

16 lines
330 B
PowerShell
Raw Normal View History

2021-11-06 11:45:00 +01:00
<#
.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