mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Add open-mozilla-thunderbird.ps1
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
<#
|
||||
.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
|
Reference in New Issue
Block a user