1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-03-26 06:18:17 +01:00
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