PowerShell/Scripts/close-thunderbird.ps1
2021-10-04 21:29:23 +02:00

16 lines
333 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes Mozilla's Thunderbird email client
.DESCRIPTION
close-thunderbird.ps1
.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