PowerShell/Scripts/close-thunderbird.ps1
2021-10-27 07:25:41 +02:00

16 lines
380 B
PowerShell
Executable File

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