mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Added close-chrome.ps1 and close-thunderbird.ps1
This commit is contained in:
10
Scripts/close-thunderbird.ps1
Executable file
10
Scripts/close-thunderbird.ps1
Executable file
@ -0,0 +1,10 @@
|
||||
#!/snap/bin/powershell
|
||||
|
||||
# Syntax: ./close-thunderbird.ps1
|
||||
# Description: closes Mozilla Thunderbird gracefully
|
||||
# Author: Markus Fleschutz
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
|
||||
$ExitCode = close-program.ps1 "thunderbird"
|
||||
exit $ExitCode
|
Reference in New Issue
Block a user