PowerShell/Scripts/close-thunderbird.ps1
Markus Fleschutz b653133853 Add UTF-8 BOM
2021-09-27 10:38:12 +02:00

16 lines
345 B
PowerShell
Executable File

<#
.SYNOPSIS
close-thunderbird.ps1
.DESCRIPTION
Closes the mail client Mozilla Thunderbird 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