Added close-chrome.ps1 and close-thunderbird.ps1

This commit is contained in:
Markus Fleschutz
2020-12-28 08:40:26 +00:00
parent 519fbbb709
commit 4946b67d1f
5 changed files with 34 additions and 16 deletions

10
Scripts/close-thunderbird.ps1 Executable file
View 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