mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 14:30:42 +02:00
Add close-mozilla-thunderbird.ps1
This commit is contained in:
parent
071ad49d5c
commit
07f46cb36a
15
Scripts/close-mozilla-thunderbird.ps1
Normal file
15
Scripts/close-mozilla-thunderbird.ps1
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Closes Mozilla's Thunderbird email client
|
||||||
|
.DESCRIPTION
|
||||||
|
This script closes the Mozilla Thunderbird email client gracefully.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./close-mozilla-thunderbird
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
taskkill /im thunderbird.exe
|
||||||
|
exit 0 # success
|
Loading…
Reference in New Issue
Block a user