PowerShell/Scripts/close-firefox.ps1
Markus Fleschutz 1a94413a0e Simple rename
2021-12-11 12:32:03 +01:00

16 lines
343 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes the Firefox browser
.DESCRIPTION
This script closes the Mozilla Firefox Web browser gracefully.
.EXAMPLE
PS> ./close-firefox
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/close-program.ps1" "Mozilla Firefox" "firefox" "firefox"
exit 0 # success